Skip to content

Instantly share code, notes, and snippets.

@AshFlaw
Created April 4, 2018 16: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 AshFlaw/958c74c1dbc09c78ccd4e15340b4c3dd to your computer and use it in GitHub Desktop.
Save AshFlaw/958c74c1dbc09c78ccd4e15340b4c3dd to your computer and use it in GitHub Desktop.
Get the AD groups a user is a member of.
Get-ADPrincipalGroupMembership username | select name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment