adding user through command line

  • Thread starter Thread starter hendrik
  • Start date Start date
H

hendrik

How do I add a new user which is automatically a member of
the ADMINISTRATORS group via the command line?
 
How do I add a new user which is automatically a member of
the ADMINISTRATORS group via the command line?

Net user testaccount testpassword /add
net localgroup administrators testaccount /add
net localgroup users testaccount /del

Ciao, Walter
 
Back
Top