How to check current installed version of PowerShell?
To determine the current installed version of PowerShell; in PowerShell type the following built in variable : $PSVersionTable.
If we use Get-Host it will just shows you the version of the host (i.e. of Console.Exe) as below:
Comments
- Anonymous
October 19, 2012
Nice, clean, short, usable :) KUGW :) BR :) - Anonymous
January 15, 2013
sort & sweet.. very helpful!!Thanks! - Anonymous
July 12, 2013
Thank you Sir!