We have CRM onprem installed on a cloud based VM.
All the PowerShell commands I have tried return The remote server returned an error: (503) Server Unavailable.
I checked the event log for PowerShell and the Windows Logs \ Application.
CRM is up and running, I can access my organizations, create new organization.
I have tried using my own domain account, the CRM service account and the account we used to install CRM.
Any ideas?
Thanks.
We are using: Microsoft Dynamics® CRM 2016 (8.0.0.1088) (DB 8.0.0.1088)
Full error message:
PS C:\Windows\system32> Add-PSSnapin Microsoft.Crm.PowerShell
PS C:\Windows\system32> Get-CrmServer
Get-CrmServer : The remote server returned an error: (503) Server Unavailable.
At line:1 char:1
+ Get-CrmServer
+ ~~~~~~~~~~~~~
+ CategoryInfo : InvalidArgument: (Microsoft.Crm.P...CrmServerCmdlet:GetCrmServerCmdlet) [Get-CrmServer],
WebException
+ FullyQualifiedErrorId : CRM Deployment Cmdlet Error,Microsoft.Crm.PowerShell.GetCrmServerCmdlet
PS C:\Windows\system32>
*This post is locked for comments
I have the same question (0)