Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save moiaune/e546ae4342247e75c72448762cc83cfe to your computer and use it in GitHub Desktop.
Save moiaune/e546ae4342247e75c72448762cc83cfe to your computer and use it in GitHub Desktop.
$displayName = "My Microsoft Graph App"
$apiId = "00000003-0000-0000-c000-000000000000" # Microsoft Graph
$requiredPermissions = @(
"a154be20-db9c-4678-8ab7-66f6cc099a59", # (User.Read.All)
"aec28ec7-4d02-4e8c-b864-50163aea77eb" # (UserAuthenticationMethod.Read.All)
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment