How to

How To Check PowerShell Version in Windows 10/8/7

Do you want to check the PowerShell version? PowerShell is an improved form of command prompt. It is extended with a massive set of ready-to-use cmdlets. Also, it comes with the  .NET framework/C# in different cases. Windows includes a PowerShell ISE, GUI tool, which enables editing and debugging scripts in an efficient way. Let’s take a look at how to find the PowerShell model number in Windows 10, Windows 8, and Windows 7.

PowerShell:

 Check PowerShell Version in Windows

v1 & v2

Initially, PowerShell was launched in November 2006 for Windows Server 2003 SP1, Windows XP SP2, and Windows Vista. Its 2nd model comes wrapped with Windows 7 and Windows Server 2008 R2. However, PowerShell 2.0 is launched as a standalone package for Windows Server 2003 SP2, Windows XP SP3, and Windows Vista SP1.

v3

With the launch of Windows 8, Microsoft introduces PowerShell 3.0. However, it can also be installed for Windows 7 SP1, for Windows Server 2008 R2 SP1, and for Windows Server 2008 SP1. Also, PowerShell 3.0 can’t compatible with Windows XP.

v4

The successor of Windows 8/8.1 comes with PowerShell 4.0. Also, it is available for Windows 7 SP1, for Windows Server 2008 R2 SP1, and for Windows Server 2008 SP1.

v5

PowerShell 5.0 is part of the (WMF) 5.0. Its last model was out on February 24, 2016. This model features OneGet PowerShell cmdlets to compatible Chocolatey’s repository-based apps and the ability to organize layer 2 network switches.

PowerShell 5.1 was launched with Windows 10 Anniversary Update. Also, it became available for Windows 7/Server 2008/Server 2008 R2/Server 2012/Server 2012 R2 users on January 19, 2017. PowerShell 5.1 also launched editions to the app. The Core edition is wrapped with Windows Server 2016 Nano Server. But the Desktop edition targets older models of server and consumer editions of the OS.

v6

Microsoft publically announced PowerShell Core on 18 August 2016. Also, Microsoft decides to make the product cross-platform, independent of Windows, free as well as open-source. It was launched on 10 January 2018 to macOS, Windows, and Linux users. Now it has its own compatible lifecycle. Microsoft plans to launch one minor model for PowerShell Core 6.0 every six months. PowerShell Core 6.1 was launched on 13 September 2018.

How To Find the PowerShell Model in Windows:

Step 1:

Head over to PowerShell.Tip: Then add the “Open PowerShell As Administrator” context menu.

Step 2:

Input or copy-paste the following command: Get-Host | Select-Object Version.

Step 3:

In the output, you will then view the version of PowerShell.

Step 4:

On the other hand, type $PSVersionTable and press the Enter key.

Step 5:

View the PSVersion line.

That’s all.

Conclusion:

Here’s all about “PowerShell Version in Windows ”. If you are facing any issue then let us know. If you think that it is helpful then do let us know your suggestions in the comment section below. Do you know any other alternative method that you think we can’t cover in this guide?

ThankYou ?

Also Read:

About the author

Alex Joshua

Leave a Reply