查看Power Shell版本
通过PowerShell 自身的命令
win+r
打开运行powershell
- 输入 以下之一命令 查看powershell版本
$PSVersionTable
$PSVersionTable.PSVERSION
get-host
$Host.Version
通过注册表
win+r
打开运行regedit
注册表- 导航到
计算机\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PowerShell\3\PowerShellEngine
- 通过
PowerShellVersion值
可知当前 PowerShell 版本