Skip to content

Instantly share code, notes, and snippets.

@petergs
Created October 29, 2024 19:12
Show Gist options
  • Select an option

  • Save petergs/1c3e323a033ccb24896622e24865a36a to your computer and use it in GitHub Desktop.

Select an option

Save petergs/1c3e323a033ccb24896622e24865a36a to your computer and use it in GitHub Desktop.
Microsoft Graph CLI (mgc) Commands
#!/bin/bash
# pre-consented first-party Microsoft apps with registered service principals
mgc service-principals list --all --filter "appOwnerOrganizationId eq f8cdef31-a31e-4b4a-93e4-5f571e91255a" --count true --consistency-level eventual --select id,displayName
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment