...
Enable CredSSP on the Exchange Server:
Code Block Enable-WSManCredSSP -Role "Server"
On all clients like the CoreOne System Connector and such enable CredSSP:
Code Block Enable-WSManCredSSP -Role "Client" -DelegateComputer "server02.accounting.fabrikam.comexchangeUrl"
Should the connection only be possible over Port 80 (HTTP), run the following command on both systems
Code Block Set-Item WSMan:\localhost\Service\EnableCompatibilityHttpListener -Value true
...