We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
$tenantId = "b1f48e34-0e42-4f31-8050-62210022acf5" $urlAuth = "https://login.microsoftonline.com/{0}/oauth2/token" -f $tenantId $clientId = "d53c0687-9b59-42ed-849c-86acdc517c86" $clientSecret = "d7trPvPbMoQtPEpMWt4E" $url = "https://CustomerName.operations.dynamics.com" Invoke-ClientCredentialsGrant -AuthProviderUri $urlAuth -Resource $url -ClientId $clientId -ClientSecret $clientSecret