How To Check PowerShell Version
Query King | Tue, 11 Jul 2017 at 15:41 hours | Replies : 1 | Points : 50
Category : Windows 7
How to check PowerShell version
This Question is already solved Click To See The Answer
Solved
Hi Query King,
To check PowerShell Version You can use following cmd in PowerShell
(Get-Host).Version
or
$Host.Version
or
$PSVersionTable.PSVersion
or
Get-ItemProperty HKLM:SOFTWARE\Microsoft\PowerShell\3\PowerShellEngine -Name PowerShellVersion