Hi, we are testing a new portal that will get 13 hits per second at peak times using AD auth. I need to create 1,000 test accounts to stress test the system. Is there a way to quickly create these accounts as such: abc00001, abc00002, etc?
Announcement
Collapse
No announcement yet.
Creating large number of accounts
Collapse
X
-
Re: Creating large number of accounts
Our User Commander utility can create bulk accounts based on a text file input:
http://www.systemtools.com/uc/
-
It depends on what you're looking to set for your users, but a basic input file would look similar to:
SomeUser SomeUser ~=NORMAL_ACCOUNT Password8512
AnotherUser AnotherUser ~=NORMAL_ACCOUNT Password8512
You'll configure the attributes in SystemTools Commander to match your file, such as:
%RDN%
samaccountname
useraccountcontrol
%PASSWORD%
The help file has more details, but try a simple file like this and let us know the results.
Comment
Comment