Skip to content

Latest commit

 

History

History
24 lines (12 loc) · 358 Bytes

File metadata and controls

24 lines (12 loc) · 358 Bytes

View your current user:

  • whoami

View information about the current user:

  • net user afsimmons

  • net user afsimmons /domain (For a domain user)

View Local Groups:

  • net localgroup
  • net localgroup Administrators

Add a new user:

  • net user afsimmons enterpasswordhere /add

Add a user in a localgroup:

  • net localgroup Administrators afsimmons