Skip to content

Instantly share code, notes, and snippets.

@seanosullivanuk
Last active December 1, 2020 13:32
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 seanosullivanuk/d2198269373c97048a31f3902b23f5d3 to your computer and use it in GitHub Desktop.
Save seanosullivanuk/d2198269373c97048a31f3902b23f5d3 to your computer and use it in GitHub Desktop.
Get the Azure AD ObjectID of a specific UPN
Connect-AzureAD
Get-AzureADUser -ObjectId "example.user@contoso.com"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment