Powershell versions Page

PowerShell Versions



Return to PowerShell History, Versions

PowerShell History, PowerShell Versions

The ways you can find out a version of PowerShell you’re running are:

* (Get-Host).Version property
* $host.Version property
* Windows registry (Windows PowerShell only) -- HKLM:\SOFTWARE\Microsoft\PowerShell\3\PowerShellEngine - This registry key has a value called PowerShellVersion that you can reference by using Get-ItemProperty.
* $PSVersionTable.PSVersion property

Fair Use Sources


Fair Use Sources:
* https://adamtheautomator.com/powershell-version

{{navbar_powershell}}

{{navbar_footer}}