Created
October 29, 2024 19:12
-
-
Save petergs/1c3e323a033ccb24896622e24865a36a to your computer and use it in GitHub Desktop.
Microsoft Graph CLI (mgc) Commands
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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