2

我想将我的 PowerShell 从 v2 更新到 v3,但是在安装时,我收到一条消息“更新不适用于您的计算机”。我尝试安装 Windows6.1-KB2506143-x64 Windows Management Framework 3.0 - RC,因为我正在练习脚本,但我无法使用我在 v2 中学习的脚本。

我没有虚拟机。

问题是什么?

4

2 回答 2

2

确保满足 .net 4.0 的系统要求

Windows Management Framework 3.0 需要 Microsoft .NET Framework 4.0"

于 2012-09-29T03:11:20.443 回答
1

The full release of PowerShell and the Windows Management Framework 3.0 has been released, I would suggest using it instead of the release candidate version you mentioned. You can find download links here: http://go.microsoft.com/fwlink/?LinkId=251995

The supported systems matrix is tighter than previous releases - you have to be running one of the following operating systems with the correct service pack level as well:

  • Windows 7 Service Pack 1 (32-bit & 64-bit)
  • Windows Server 2008 R2 Service Pack 1 (64-bit only, includes Server Core)
  • Windows Server 2008 Service Pack 2 (32-bit & 64-bit)

Also note, if you have any of the pre-release builds of v3 installed, you will have to remove them before installing the officially released version.

于 2012-09-24T14:32:03.180 回答