Skip to content

Instantly share code, notes, and snippets.

@vman
Last active May 23, 2020 12:22
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 vman/44787952d89b15a72f8609381eb3c9b7 to your computer and use it in GitHub Desktop.
Save vman/44787952d89b15a72f8609381eb3c9b7 to your computer and use it in GitHub Desktop.
$PnPO365ManagementAppId = "31359c7f-bd7e-475c-86db-fdb8c937548e"
az ad sp create --id $PnPO365ManagementAppId
az ad app permission grant --id $PnPO365ManagementAppId --api 00000003-0000-0000-c000-000000000000 --scope AppCatalog.ReadWrite.All
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment