Windows - как посмотреть версию PowerShell

Материал из Wiki - Iphoster - the best ever hosting and support. 2005 - 2024
Перейти к:навигация, поиск

Windows - как посмотреть версию PowerShell

Посмотреть версию PowerShell через реестр Windows:

> (Get-ItemProperty -Path HKLM:\SOFTWARE\Microsoft\PowerShell\3\PowerShellEngine -Name 'PowerShellVersion').PowerShellVersion

или просто командой

> Get-Host

Powershell-gethost-1.png