启动 Exchange 管理控制台时出现错误
[###################] 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
在谷歌搜索了一段时间后,大多数问题都通过更正端口 80 上的绑定得到解决。我按照以下说明进行了操作这里(Microsoft 支持)。
我已经想不出如何解决这个问题了,如果有人能给我一些启发或给我指明一个好的方向,我将不胜感激。谢谢
答案1
您是否在同一台 Exchange 服务器上打开了 EMC?还是在另一台计算机上?
如果您尝试从其他计算机运行它,请尝试在您的 Exchange CAS 服务器上打开管理员 Powershell 会话并键入此命令winrm
/ quickconfig
。这将在服务器上启用 winRM,以允许它接收远程 powershell 会话。希望它能奏效!