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
 
Back
Top