Discover Powershell Version

September 14, 2016

How do you find out what version of Powershell you are running?

Start Powershell and then type:

$PSVersionTable.PSVersion

at the prompt:

PS H:\> $PSVersionTable.PSVersion

Major  Minor  Build  Revision
-----  -----  -----  --------
2      0      -1     -1