|
server
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Mass addition of user accounts
Hi All
Just been asked to add user accounts to our Win2k3 server AD setup for each child rather than each class so I have a list of 300-odd kids to enter - is there a way I can automate this process as don't think my digits can handle this sort of work!!??! Thanks How about bulk import via csvde?
http://www.computerperformance.co.uk/Logon/Logon_CSVDE_Bulk.htm -- Show quotePaul Bergson MVP - Directory Services MCT, MCSE, MCSA, Security+, BS CSci 2003, 2000 (Early Achiever), NT http://www.pbbergs.com Please no e-mails, any questions should be posted in the NewsGroup This posting is provided "AS IS" with no warranties, and confers no rights. "Blackberry" <info@NoSpamIt.com> wrote in message news:e1FaiceJIHA.5684@TK2MSFTNGP06.phx.gbl... > Hi All > > Just been asked to add user accounts to our Win2k3 server AD setup for > each > child rather than each class so I have a list of 300-odd kids to enter - > is > there a way I can automate this process as don't think my digits can > handle > this sort of work!!??! > > Thanks > > Blackberry wrote:
> I have an example VBScript program to create users in bulk from the > Just been asked to add user accounts to our Win2k3 server AD setup for > each > child rather than each class so I have a list of 300-odd kids to enter - > is > there a way I can automate this process as don't think my digits can > handle > this sort of work!!??! information in a Microsoft Excel spreadsheet linked here: http://www.rlmueller.net/CreateUsers.htm Hello,
Richard Mueller [MVP] wrote: > Blackberry wrote: another way to use the Excel sheet would be to use formulas to generate one >> Just been asked to add user accounts to our Win2k3 server AD setup >> for each >> child rather than each class so I have a list of 300-odd kids to >> enter - is >> there a way I can automate this process as don't think my digits can >> handle >> this sort of work!!??! > > I have an example VBScript program to create users in bulk from the > information in a Microsoft Excel spreadsheet linked here: > or more command lines for each user, which incorporates command line tools like dsadd (and a calculated value for the initial password etc). The formula would concatenate the values from the single columns together with the parameters and after finishing one successfully you could use autocomplete for getting the rows for the remaining accounts. Mark these finished rows and copy / paste them into notepad. Save as .cmd file and run it on an domain controller. Do not forget logging capabilities, so that you easier can see, which account creation may have failed. Best greetings from Germany Olaf |
|||||||||||||||||||||||