Share via


Exchange 2016 Troubleshooting: The WinRM client received an HTTP status code of 403 from the remote WS-Management service.

In Exchange, you may have come across WinRM errors, today we had a strange one, error 403. This error showed up on the Exchange Management Shell (EMS).

https://www.collaborationpro.com/wp-content/uploads/2020/01/image.png

First thing to check is the proxy settings on the server. If you head to IE and check the settings, it should show no proxy. If you go and launch PowerShell (elevated), you can run the following command to verify the proxy:

  • netsh winhttp show proxy

To remove the proxy defined, you can run the following command:

  • netsh winhttp reset proxy

https://www.collaborationpro.com/wp-content/uploads/2020/01/image-1.png

We did an IISReset and when you re-launch the Exchange Management Shell (EMS) it should start without an error:

https://www.collaborationpro.com/wp-content/uploads/2020/01/image-2.png