Powershell: check installed version
It might be usefull to know which version of Powershell is installed on your server / desktop.
Open a dos-prompt and then open a PowerShell session. There are 3 ways to check the installed version
Method 1
$Host.Version
Method 2
get-host
$PSVersionTable
Recent Comments