Home > Powershell, Scripts > Powershell: check installed version

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


Method 3 (works only with v2)

$PSVersionTable

Categories: Powershell, Scripts Tags: , ,
  1. No comments yet.
  1. No trackbacks yet.