
I have several installations of CRM 2013 and by and large they all work fine. However, on one server when I try to run a Powershell command I get the following error: Get-CrmDeploymentAdministrator : Unable to connect to the remote server
If I add -credential $mycred -dwsserverurl $dwsurl with $dwsurl being the URL of the CRM webpage it works.
I suspect some environmental setting is missing, but I have no idea what it might be or how to fix this problem.
Any ideas?
*This post is locked for comments
I have the same question (0)Because my server uses a *.mycompany.com SSL cert, I have to the $dwsurl to https://OrgName.mycompany.com:5443 and I had to make sure that the CRM Properties, Web Address was set to HTTPS and the correct Port.