Skip to content

Instantly share code, notes, and snippets.

@astaykov
Created August 31, 2022 08:37
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 astaykov/146f794572e9d440d166c830633d60ce to your computer and use it in GitHub Desktop.
Save astaykov/146f794572e9d440d166c830633d60ce to your computer and use it in GitHub Desktop.
Connect-MgGraph -Scopes "Directory.AccessAsUser.All" -TenantId b2c.idhero.de
Get-MgApplication -Filter "startswith(displayname,'Tonyco SaaS')" | ForEach-Object { Remove-MgApplication -ApplicationId $_.Id }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment