Determine Which Version of Powershell is installed

If you need to find out which version of Powershell is installed on a machine simply open Powershell and type:

$PSVersionTable.PSVersion

Leave a comment