ca u help me with the script to create multiple users account with or without password in windows server 2003 standard edition. i am in educational institute and i have to create 350 accounts with the user name starting with "it"
scrpit
Collapse
X
-
I think that you might be hard pushed to find someone who is using server 2003 as its pretty recent. I may be wrong. However I thought you may be able to use the command line user add scripted from a vb program. I figure you thought the same. http://technet2.micros oft.com/WindowsServer/en/library/ecd7f827-90b0-4946-bb5b-951cf04391c2103 3.mspx?mfr=true provides information on command line user adds.
I thought the way to do it might be to run a for next loop with a command line execution function in the middle, but the problem is i don't have a test pc to work with.
If you get stuck I'd be interested in helping you get this working so I can write an article about it to save other people time later, but I would need more details.
Comment