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...
Jun 29, 2022
corne2010
Jun 30, 2022Copper Contributor
Harm_Veenstra unforunally this makes no difference still cannot connect to Exchange with the same error. Strange thing is that the troubleshooter says that the account is no remote powershell user but if i ask this out in Exchange management shell it says it is...
Tried different accounts with domain and without domain but all are not working. This has always worked thouh so there must be something changed.
- Jun 30, 2022Patches (Or no patches perhaps 😉 )?
- Surfer10Jun 30, 2022Copper Contributortried 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.- Jun 30, 2022You could install the client/management tools on your machine and use the add-pssnapin Microsoft.Exchange* in your local PowerShell session?