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:< 服务器名 > /user:< 用户名 > /pass:< 密码 >
(省略
/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










