Skip to content

Instantly share code, notes, and snippets.

@ev3rywh3re
Created July 11, 2013 14:22
Show Gist options
  • Save ev3rywh3re/5975886 to your computer and use it in GitHub Desktop.
Save ev3rywh3re/5975886 to your computer and use it in GitHub Desktop.
OSX add user to wheel group using AD
sudo /usr/bin/dscl . -append /groups/wheel GroupMembership <USERNAME>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment