I am in a process of learning a microsoft course AD DS for win server 2008. In order to practice i need at least 1000 users to import into my server so i wander is there somewhere an example .csv list to download, with fictional users so that i can import them into my server...

it is realy a waste of time to add users one by one.. tanks for the help

link|improve this question
feedback

1 Answer

up vote 0 down vote accepted

You can just create a simple batch file.

FOR /L %%i in (1,1,5000) DO NET USER Joe%%i HugeComplexPassWord%%i /ADD

Then use csvde to export it. . .

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.