Automation to create user accounts

  • Thread starter Thread starter RAJ
  • Start date Start date
R

RAJ

Hi,

Is there any automation or tools to create 500 user
accoutns in W2k ADS environment.

Thank you,
Pacha
 
Is there any automation or tools to create 500 user
accoutns in W2k ADS environment.

for /L %a in (1,1,500) do net user dummyuser%a password%a /domain /add

and take a look in addusers.exe (resource kit).

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