I'm the only one on my exchange team with this issue. As when others login they open the EMS on the local exchange server. I have tried checking the Registry for missing paths and running$Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUrihttp://<FQDN of Exchange 2010 server>/PowerShell/ -Authentication
Kerberos -Credential $UserCredential
I get the following error
[ServerName] Connecting to remote server 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 cont
nt type is absent or invalid. For more information, see the about_Remote_Troubleshooting Help topic.
+ CategoryInfo : OpenError: (System.Manageme....RemoteRunspace:RemoteRunspace) [], PSRemotingTransportExc
eption
+ FullyQualifiedErrorId : PSSessionOpenFailed