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.