ServerManagerモジュールはWindows 7 Ultimateで利用できますか?
以前に作業したPSスクリプトを(ただし、以前に出力を見たことがないので確信はありませんが)、IIS7のインストールで問題が発生すると動作しなくなりました。
次のスクリプト
import-module servermanager
エラーで失敗する
Import-Module : The specified module 'servermanager' was not loaded because no valid module file was found in any module directory.
At line:1 char:14
+ import-module <<<< servermanager
+ CategoryInfo : ResourceUnavailable: (servermanager:String) [Import-Module], FileNotFoundException
+ FullyQualifiedErrorId : Modules_ModuleNotFound,Microsoft.PowerShell.Commands.ImportModuleCommand
実行する推奨事項を見つけました
Dism.exe /Online /Enable-Feature /FeatureName:ServerManager-PSH-Cmdlets
私のマシンでは、エラーでも失敗します Feature name ServerManager-PSH-Cmdlets is unknown.