在哪里可以下载适用于 Windows 7 的 Powershell 2.0?

TxG*_*irl 7 upgrade windows-7 powershell powershell-2.0

我花了一天的大部分时间在 Internet 上寻找将 Powershell 2.0 下载到我已经使用的 Win7 环境的方法。Windows 7 应该附带 PS 2.0 但是 - 我有 1.0.0。

如果没有专门为 Windows 7 制作的下载,您如何升级 Powershell?

EBG*_*een 18

我怀疑你真的有2.0。2.0 版本安装在一个名为 1.0 的目录中,这通常会导致这种混淆。在 PS 会话类型中:

$host.version
Run Code Online (Sandbox Code Playgroud)

我怀疑你会看到:

Major  Minor  Build  Revision
-----  -----  -----  --------
2      0      -1     -1
Run Code Online (Sandbox Code Playgroud)