Upon starting Exchange Management Console I am presented with the error
[###################] 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
After spending some time googling, most of the problems were resolved by correcting the bindings on port 80. I did this by following these instructions here (Microsoft Support).
I've run out of ideas of how to fix this problem and would appreciate if someone could shed some light or point me in a good direction. Thank you