Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 351 Bytes

File metadata and controls

19 lines (14 loc) · 351 Bytes
description Automatically generated file. DO NOT MODIFY
Import-Module Microsoft.Graph.Applications

$params = @{
	credentials = @(
		@{
			"@odata.type" = "microsoft.graph.synchronizationSecretKeyStringValuePair"
		}
	)
}

Get-MgApplicationSynchronizationAccessToken -ApplicationId $applicationId -BodyParameter $params