I was having issues with my installation of Exchange 2013 CU3, so I've uninstalled Exchange 2013 CU3 and reinstalled. Worked fine for a couple of days, but now I'm getting an error when trying to access the Exchange Powershell.
Error:
New-PSSession : [kstlmexmhd01.dev.chartercom.com] Connecting to remote server Server Name failed
with the following error message : The WinRM client cannot process the request. It cannot determine the content type
of the HTTP response from the destination computer. The content type is absent or invalid. 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 : -2144108297,PSSessionOpenFailed