在本地2013服务器(或远程)打开EMS时,会收到以下错误。直到最近,EMS一直运作良好,我不知道是什么原因导致了这一问题。我读过很多文章和论坛帖子,但没有一个建议奏效。
谢谢,
特拉维斯
错误:
New-PSSession : [servername] Connecting to remote server servername 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 returned by a HTTP server that does not support the WS-Management
protocol. For more information, see the about_Remote_Troubleshooting Help topic.
At line:1 char:1
+ New-PSSession -ConnectionURI "$connectionUri" -ConfigurationName Microsoft.Excha ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : OpenError: (System.Manageme....RemoteRunspace:RemoteRunspace) [New-PSSession], PSRemotin
gTransportException
+ FullyQualifiedErrorId : URLNotAvailable,PSSessionOpenFailed发布于 2022-01-28 18:22:30
我已经想明白了。一个绑定在IIS上被删除了。我不知道为什么我没有想到,但我们的内部DNS方案与我们的外部不同。我不得不重新添加内部servername的绑定。
发布于 2022-01-26 01:55:33
该问题已在此链接https://docs.microsoft.com/en-us/exchange/troubleshoot/administration/connecting-remote-server-failed中记录在案。

尝试按照以下步骤运行EMTshoote
https://serverfault.com/questions/1091136
复制相似问题