Cannot install Powershell Snap-in

后端 未结 2 1487
既然无缘
既然无缘 2021-02-13 13:39

When executing iis7psprov_x64.msi I immedialy receive a message saying:

The PowerShell snap-in is part of Windows Operating System. Please install it via \'Programs and

2条回答
  •  忘了有多久
    2021-02-13 14:41

    As the error suggests, it should already be installed as part of your Windows 7 operating system.

    You may need to execute (or add to your profile) the following statement to load the module:

    import-module WebAdministration
    

提交回复
热议问题