WinRM qc错误-2144108269 0x80338113

我需要让WinRM在三台Windows Server 2008 R2(SP1)机器上运行。 他们正在运行Microsoft Exchange。 我以pipe理员身份运行Windows Powershell并键入“winrm qc”,然后打印以下内容

PS C:\Windows\system32> winrm qc WinRM already is set up to receive requests on this machine. WSManFault Message = The WinRM client sent a request to an HTTP server and got a response saying the requested HTTP URL was not available. This is usually returned by a HTTP server that does not support the WS-Management protocol. Error number: -2144108269 0x80338113 The WinRM client sent a request to an HTTP server and got a response saying the requested HTTP URL was not available. Th is is usually returned by a HTTP server that does not support the WS-Management protocol. 

当我停止然后启动WinRM服务时,打印相同的错误信息。

http iplist是空的,如果我添加了127.0.0.1,运行winrm qc时会打印同样的错误信息。

 PS C:\Windows\system32> netsh http show iplist IP addresses present in the IP listen list: ------------------------------------------- 

IPv6在网卡上被禁用。 Windows远程pipe理(HTTP-in)规则在防火墙中启用。 有什么想法吗? 谢谢!

编辑:即使我运行“winrm id”我得到相同的错误信息。 似乎这是完全破坏这三台服务器?

取消注释C:\ Windows \ System32 \ drivers \ etc \ hosts文件中的“127.0.0.1 localhost”行,