Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save moiaune/48fd175a02f4e55583b4e82ebad6a80a to your computer and use it in GitHub Desktop.
Save moiaune/48fd175a02f4e55583b4e82ebad6a80a to your computer and use it in GitHub Desktop.
PS> Connect-AzAccount
PS> $app = Register-MyGraphApp -DisplayName "MyVeryProductiveGraphApp"
PS> $app
ClientId TenantId
-------- --------
xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
PS> Connect-MgGraph -ClientId $app.ClientId -TenantId $app.TenantId
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment