Determine Which Version of Powershell is installed
February 3, 2016 Leave a comment
If you need to find out which version of Powershell is installed on a machine simply open Powershell and type:
$PSVersionTable.PSVersion
Systems Administration tech notes
February 3, 2016 Leave a comment
If you need to find out which version of Powershell is installed on a machine simply open Powershell and type:
$PSVersionTable.PSVersion