Created
March 30, 2021 12:16
-
-
Save FrankDeGroot/1b16ea5d741881eece8b9f711eb413b2 to your computer and use it in GitHub Desktop.
List group membership of current user
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
whoami /groups /fo list | findstr /c:"Group Name:" | % {$_.replace("Group Name: ","")} | Sort-Object |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment