Apps Check PowerShell Version in Windows 11


  • Staff
PowerShell_banner.png

This tutorial will show you how to check the current version of PowerShell in Windows 10 and Windows 11.

Windows PowerShell is a task-based command-line shell and scripting language designed especially for system administration. Built on the .NET Framework, Windows PowerShell helps IT professionals and power users control and automate the administration of the Windows operating system and applications that run on Windows.

References:


Here's How:

1 Open Windows Terminal, and select Windows PowerShell.

2 Copy and paste either command below into PowerShell, and press Enter. (see screenshots below)

$PSVersionTable

OR​

Get-Host | Select-Object Version

3 You will now see the current version of PowerShell. For example: 5.1.25211.1001

PowerShell_version-1.png

PowerShell_version-2.png



That's it,
Shawn Brink


 

Attachments

  • PowerShell.png
    PowerShell.png
    5.9 KB · Views: 74
Last edited:
Back
Top Bottom