• Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
    Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.

Need create Many AD Test users...

newdamage1

Limp Gawd
Joined
Mar 5, 2007
Messages
144
I swear that I seen/used a tool like this before, but I can not seem to find one now.

What I need to do is create a ton of user objects (like 20k) for testing purposes. Anyone know of a free tool (or another way to do this?)
 
This has worked for me in the past
LINKY

Thanks that worked like a charm. I was thinking of the MUCU utility for Novell, but with DSADD who needs it...

Code:
Code:
FOR /L %i in (1,1,500) DO dsadd user "cn=Test User%i,ou=Test Users,dc=fourthcoffee, dc=com" -samid testuser%i -upn testuser%i@fourthcoffee.com -fn Test -ln User%i -display "Test User%i" -pwd LehPassw0rd1 -disabled no
 
Back
Top