Skip to content

Instantly share code, notes, and snippets.

@scotgabriel
Created February 15, 2022 16:52
Show Gist options
  • Save scotgabriel/4394c9acf4b768c6f8194981f29111c9 to your computer and use it in GitHub Desktop.
Save scotgabriel/4394c9acf4b768c6f8194981f29111c9 to your computer and use it in GitHub Desktop.
Azure AD User - Get Group Membership
get-azureaduser -SearchString $UserDisplayName | Get-AzureADUserMembership
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment