
PoshTIP #3 – Determine installed PowerShell version
PoshTip #3 – Determine installed PowerShell version First of all, to check if PowerShell is installed, you need to check this registry key :
1 |
Get-ItemProperty HKLM:SOFTWARE\Microsoft\PowerShell\1 -Name Install |