Forum Discussion
Surfer10
Jun 29, 2022Copper Contributor
connecting to exchange 2010 server
A long time i connected to exchange on premise 2010 server from a client. The command to connect (run powershell as admin or special user which has rights to exchange remote): $UserCredential...
Surfer10
Jun 30, 2022Copper Contributor
tried another client and used powershell 7 now the error is:
Connecting to remote server server.domain failed with the following error message : De WinRM-client heeft een HTTP-statuscode 403 ontvangen van de externe service WS-Management
According to microsoft this error is because SSL is enforced on the powershell module on exchange but this is not the case.
Emtshooter gives the same message when executing it from the other client in pshell 7:
account is not configured for remote powershell, but unfortunally it is.
Connecting to remote server server.domain failed with the following error message : De WinRM-client heeft een HTTP-statuscode 403 ontvangen van de externe service WS-Management
According to microsoft this error is because SSL is enforced on the powershell module on exchange but this is not the case.
Emtshooter gives the same message when executing it from the other client in pshell 7:
account is not configured for remote powershell, but unfortunally it is.
Jun 30, 2022
You could install the client/management tools on your machine and use the add-pssnapin Microsoft.Exchange* in your local PowerShell session?
- Jul 07, 2022Good to hear that things are ok now
- Surfer10Jul 07, 2022Copper Contributor
it is solved, problem was that a proxy was in ise on the machine from which i made a connection…
after using the right proxy settings it worked again..