ServerManager modülü Windows 7 Ultimate'da kullanılabilir mi?
Sanırım (ama daha önce çıktıya hiç bakmadım çünkü emin değilim) daha önce çalıştığım PS betiği ancak IIS7 yüklemesi ile ilgili bazı sorunlardan sonra çalışmayı durdurdu.
Aşağıdaki komut dosyası
import-module servermanager
hata ile başarısız
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
Koşmak için öneri buldum
Dism.exe /Online /Enable-Feature /FeatureName:ServerManager-PSH-Cmdlets
ama aynı zamanda hata ile başarısız oluyor Feature name ServerManager-PSH-Cmdlets is unknown.