Skip to content

Instantly share code, notes, and snippets.

@scotgabriel
Created February 15, 2022 16:55
Show Gist options
  • Save scotgabriel/a81e0f909123a6f506117172b8c59d67 to your computer and use it in GitHub Desktop.
Save scotgabriel/a81e0f909123a6f506117172b8c59d67 to your computer and use it in GitHub Desktop.
Azure AD User - Get attributes/properties
get-azureaduser -SearchString $UserDisplayName | Select-Object *
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment