Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save madsaune/48fd175a02f4e55583b4e82ebad6a80a to your computer and use it in GitHub Desktop.
Save madsaune/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