Reference Guide

重要資訊 23
作為解決法,請在安裝 Windows Server Core 的系統上執行下列步
Device Manager ( 裝置管理 )
1
請執行下列指令以便在系統中啟用防火牆管理例外:
netsh advfirewall set currentprofile settings
remotemanagement enable
2
請執行下列指令以便在系統中啟用遠端防火牆管理:
netsh firewall set service remoteadmin enable
3
藉由執行以下指令,使用用戶端系統上的
cmdkey
來設定遠端憑證:
cmdkey /add:<servername> /user:<username>
/pass:<password>
(
省略
/pass switch
以便系統會提
示輸入密碼。
)
4
執行下列步驟以便在系統上啟用
Allow remote access to the PnP
interface
(
允許遠端存取
PnP
介面
)
a
執行
MMC
並新增
Group Policy Object
(
群組原則物件
)
編輯器。
b
連接至遠端系統。按一下
Local Computer Policy
(
本機電腦原則
)
Computer Configuration
(
電腦設定
)
Administrative
Templates
(
系統管理範本
)
System
(
系統
)
Device
Installation
(
裝置安裝
)
並啟用
Allow remote access to the
PnP interface
(
允許遠端存取
PnP
介面
)
5
重新啟動系統。
要透過遠端 MMC 啟用磁碟管理,請在 Server Core 機器上執行下列
指令:
netsh advfirewall set currentprofile settings
remotemanagement enable
netsh firewall set service remoteadmin enable
netsh advfirewall firewall set rule group="Remote
Volume Management" new enable=yes