Microsoft Exchangepipe理控制台,启动失败

启动Exchangepipe理控制台时出现错误

[###################] Connecting to remote server failed with the following error 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 re turned by a HTTP server that does not support the WS-Management protocol. For more information, see the about_Remote_Tr oubleshooting Help topic. + CategoryInfo : OpenError: (System.Manageme....RemoteRunspace:RemoteRunspace) >[], PSRemotingTransportExc eption + FullyQualifiedErrorId : PSSessionOpenFailed 

花了一些时间search后,大部分问题都通过更正端口80上的绑定来解决。我按照这些说明(Microsoft支持)执行此操作 。

我已经没有了解如何解决这个问题的想法,如果有人能够说出一些光明或者指向一个好的方向,我会感激不尽。 谢谢

您是否在同一个Exchange服务器上打开EMC? 还是在另一台电脑?

如果您尝试从其他计算机上运行它,请尝试在交换CAS服务器上打开pipe理Powershell会话,然后键入此命令quickconfig / quickconfig 。 这将启用服务器上的winRM以允许它接收远程PowerShell会话。 希望它的作品!