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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top