I am trying administer a windows 2000 server and want to populate the users account using the createusers.vbs. I have hundreds of users.
what does the input file for the createusers.v b s script look like or how do I use this script to do this?
Respect,
Barbara
I found the following in the middle of the script. I hope it helps.
"Creates multiple user accounts in a domain." & vbCRLF
"CREATEUSERS.VBS adspath <property1ropertyvalue1"
" [property2ropertyvalue2 [...]] | /I:inputfile>"
" [/U:username] [/Wassword] [/Q]"
" /I, /U, /W"
" Parameter specifiers."
" adspath ADsPath of a user object container."
" inputfile A text file with each line in the following format:"
" property1ropertyvalue1 property2ropertyvalue2..."
" username Username of the current user."
" password Password of the current user."
" property, propertyvalue"
" Name and value of a user property."
" /Q Suppresses all output messages." & vbCRLF
"EXAMPLE:"
"CREATEUSERS.VBS WinNT://FooFoo name:jsmith"
" fullname:""James Smith"" password:NewPassword"
" creates user jsmith with fullname James Smith in FooFoo." & vbCRLF
"NOTES:"
"1. Password is required for every new user."
"2. Enclose any strings with empty spaces in double quote
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.