Hi all,
Trying to get all instances for Dynamics 365 Online, this was working fine until last Sunday. Since Monday we get the following error:
$CRMOrg = Get-CrmOrganizations -Credential $cred -OnLineType Office365
WARNING: Failed to connect to CRM: BadConnect
WARNING: Failed to connect to CRM: Exception while trying to connect Discovery Server, (Global Discovery) URI is = globaldisco.crm.dynamics.com/.../InstancesNo Orgs Found, Searched Online. Region Setting =
Get-CrmOrganizations : Failed to connect to CRM: Exception while trying to connect Discovery Server, (Global Discovery) URI is = globaldisco.crm.dynamics.com/.../InstancesNo Orgs Found, Searched Online. Region Setting =
En lÃnea: 3 Carácter: 11
+ $CRMOrg = Get-CrmOrganizations -Credential $cred -OnLineType Office36 ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : PermissionDenied: (:) [Get-CrmOrganizations], Exception
+ FullyQualifiedErrorId : -3,Microsoft.Xrm.Tooling.CrmConnector.Powershell.Commands.GetOrganizations
Anyone knows something related with this error?
Appreciate the comments.
Thanks in advance