Il modulo ServerManager è disponibile su Windows 7 Ultimate ?
Penso (ma non sono sicuro perché non ho mai visto l'output prima) lo script PS che ho lavorato prima, ma dopo alcuni problemi con l'installazione di IIS7 ha smesso di funzionare.
Seguendo la sceneggiatura
import-module servermanager
fallisce con errore
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
Ho trovato la raccomandazione di correre
Dism.exe /Online /Enable-Feature /FeatureName:ServerManager-PSH-Cmdlets
sulla mia macchina ma fallisce anche con errori Feature name ServerManager-PSH-Cmdlets is unknown.