Skip to content

Instantly share code, notes, and snippets.

@DanielMPries
Created December 20, 2019 15:40
Show Gist options
  • Save DanielMPries/4ea5c59b4d37f5635d265e15087053d7 to your computer and use it in GitHub Desktop.
Save DanielMPries/4ea5c59b4d37f5635d265e15087053d7 to your computer and use it in GitHub Desktop.
(New-Object System.DirectoryServices.DirectorySearcher("(&(objectCategory=User)(samAccountName=$($env:userna
me)))")).FindOne().GetDirectoryEntry().memberOf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment