Skip to content

Instantly share code, notes, and snippets.

@jcorioland
Created March 30, 2020 11:28
Show Gist options
  • Save jcorioland/9b67e6c6c46949d8095b3e88462d03ad to your computer and use it in GitHub Desktop.
Save jcorioland/9b67e6c6c46949d8095b3e88462d03ad to your computer and use it in GitHub Desktop.
az ad sp list --query "[?publisherName=='$(az ad signed-in-user show --query displayName -o tsv)'].{ApplicationId:appId,ObjectId:objectId,DisplayName:displayName}" -o table --all
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment