2013年9月30日 星期一

Windows Server 2012 GUI 切換

伺服器以 Server 含 GUI 模式安裝
使用 PowerShell 將 Server Core 介面切換為 GUI 介面
 Install-WindowsFeature Server-Gui-Mgmt-Infra,Server-Gui-Shell –Restart  

以 Server Core 模式安裝
使用 Cmdlet Get-WindowsImage -ImagePath \install.wim 判斷「Server 含 GUI」映像 (例如 SERVERDATACENTER 而非 SERVERDATACENTERCORE) 的索引編號

執行 Install-WindowsFeature Server-Gui-Mgmt-Infra, Server-Gui-Shell –Restart –Source wim:\install.wim: 如果要使用 Windows Update (而非 WIM 檔案) 做為來源 Install-WindowsFeature Server-Gui-Mgmt-Infra,Server-Gui-Shell –Restart


使用 PowerShell 將 GUI 介面切換為 Server Core 介面 
Uninstall-WindowsFeature Server-Gui-Mgmt-Infra -restart,將伺服器切回 Server Core 模式 (需要重新啟動)

沒有留言: