Showing posts with label Version of PowerShell. Show all posts
Showing posts with label Version of PowerShell. Show all posts

Tuesday, February 2, 2016

Get Version of installed PowerShell

Open Powershell and type

$PSVersionTable

The Results will be something like :

The value under  PSVersion is the the Version of Powershell installed on the system.