Monday, February 15, 2016

CheckPowershell version

There are serveral ways to check the install version of Powershell:


$PSVersionTable variable
or
user  the automatic $PSVersionTable variable, and check the PSVersion property,


Get-Host