Summary : Easily determine the version of Windows PowerShell that is installed.
How can I determine what version of Windows PowerShell is installed on my computer?
Use the $psversiontable automatic variable, which is available in Windows PowerShell… Read the full text.