mirror of
https://github.com/carlospolop/hacktricks
synced 2024-11-15 09:27:32 +00:00
Merge pull request #37 from ncatelli/basic-cmd-for-pt-user-and-group-typo-fix
Fix small typo in the tip for adding a user to a localgroup
This commit is contained in:
commit
fd2a491676
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ logonsessions64.exe
|
|||
#Local
|
||||
net localgroup #All available groups
|
||||
net localgroup Administrators #Info about a group (admins)
|
||||
new localgroup administrators [username] /add #Add user to administrators
|
||||
net localgroup administrators [username] /add #Add user to administrators
|
||||
|
||||
#Domain
|
||||
net group /domain #Info about domain groups
|
||||
|
|
Loading…
Reference in a new issue