Windows-Server-2008
Microsoft Exchange 管理控制台,初始化失敗
啟動 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
花了一些時間Google搜尋後,大多數問題都通過更正埠 80 上的綁定得到解決。我按照此處的這些說明(Microsoft 支持)進行了此操作。
我已經沒有如何解決這個問題的想法,如果有人能闡明一些觀點或為我指明一個好的方向,我將不勝感激。謝謝
您是否在同一 Exchange 伺服器中打開 EMC?還是在另一台電腦上?
如果您嘗試從另一台電腦上執行它,請嘗試在您的 Exchange CAS 伺服器上打開一個管理員 Powershell 會話並輸入此命令
winrm
/quickconfig
。這將在伺服器上啟用 winRM 以允許其接收遠端 powershell 會話。希望它有效!