OrganizationURL Parameter (Connect-Dynamics365 Cmdlet)
The URL to your Dynamics 365 organization, sometimes referred to as the resource. To find the correct URL for your Microsoft Dynamics 365 instance, search the Web Services page.
Syntax
Connect-Dynamics365 -OrganizationURL string
Data Type
cstr
Default Value
""
Remarks
Resource URL format is usually similar to https://abc123.cloudax.dynamics.com/, except when the Edition is HumanResources. HumanResources URLs typically look like: https://{cluster}.hr.talent.dynamics.com/namespaces/{namespace_guid}/.
This is a required parameter.