Powershell

Exchange 2013 PowerShell EMS 不工作

  • January 28, 2022

在本地 2013 伺服器(或遠端)上打開 E​​MS 時出現以下錯誤。直到最近 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

我已經想通了。IIS 上的綁定被清除。我不知道為什麼我沒有想到,但我們內部的 DNS 方案與我們的外部不同。我不得不為內部伺服器名重新添加綁定。

該問題已記錄在此連結 https://docs.microsoft.com/en-us/exchange/troubleshoot/administration/connecting-remote-server-failed 在此處輸入圖像描述 嘗試按照步驟執行 EMTshoote

引用自:https://serverfault.com/questions/1091136