Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save tobiasschulz/8cef52d09099ae6fba58d95ae4b5a737 to your computer and use it in GitHub Desktop.
Save tobiasschulz/8cef52d09099ae6fba58d95ae4b5a737 to your computer and use it in GitHub Desktop.
add domain user to local groups
net localgroup Benutzer DOMAIN\tobias.schulz /add
net localgroup Administratoren DOMAIN\tobias.schulz /add
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment