Groups
View current user group memberships
C:\> whoami /groups
List all groups on the system
C:\> net localgroup
Get details of a specific group
C:\> net localgroup Administrators
Add user to group
net localgroup administrators [username] /add # Add user to administrators