我有加入域的HyperV Server Core 2012 R2计算机,并且启用了加入域的服务,并允许从此计算机进行访问。默认情况下,公共配置文件的WinRM防火墙例外会限制对从Windows Pro 8.1就地升级到Windows 10 Pro的工作站内远程计算机的访问。在更新之前,我能够使用Hyper-V Manager连接到2012 R2服务器来管理该计算机上的VM。更新后,我得到此错误:
[Window Title]
Hyper-V Manager
[Main Instruction]
An error occurred while attempting to connect to server "HYPERV01". Check that the Virtual Machine Management service is running and that you are authorized to connect to the server.
[Content]
The operation on computer 'HYPERV01' failed: WinRM cannot complete the operation. Verify that the specified computer name is valid, that the computer is accessible over the network, and that a firewall exception for the WinRM the same local subnet.
[Close]
工作站和服务器位于同一子网中,我检查了防火墙中是否启用了“远程管理”和其他一些Hyper-V例外。我该如何纠正?
编辑:我不确定Win10更新是否与此有关。通过在hyperv服务器上接受的答案上输入第一个命令,我可以通过Windows 10中的Hyper-V管理器再次进行连接,而无需进行其他更改(甚至winrm set
不需要该命令)。enter-psssession hyperv01
后来我发现,这可能是服务器上最近的Windows Update重设了防火墙规则,但同样失败了。