Javik 0 Posted August 14, 2011 I am a former Novell / Netware network administrator setting up a new Microsoft 2008 R2 domain this summer, and I need to create about 500 user accounts in the domain in the next two weeks. Generally it appears that Microsoft does not offer a good way (with error and sanity checking) to read in users from a comma delimited list or from columns in an Excel spreadsheet. Yes, there are various visual basic scripts on MSDN but they are without error checking, and if an error occurs, the scripts can barf all over the domain and screw things up, potentially leaving droppings here and there in the domain database. I am resigning myself to the fact that if I want to automate this process and have protections against scripted failure or invalid field data, I am probably going to have to write a tool to do it myself, probably with AutoIT.. Or just do the account creation by hand.. which at 60 seconds per manual account creation, that would be 8.3 hours of extremely repetitive work. Bleah. Share this post Link to post Share on other sites
water 2,387 Posted August 14, 2011 (edited) You could use the written by ProAndy to read the CSV file into a multi dimensional array.To create a user use my Active Directory UDF, function _AD_CreateUser. Edited August 14, 2011 by water My UDFs and Tutorials: Spoiler UDFs:Active Directory (NEW 2020-10-10 - Version 1.5.2.1) - Download - General Help & Support - Example Scripts - WikiOutlookEX (NEW 2020-12-15 - Version 1.6.3.1) - Download - General Help & Support - Example Scripts - WikiOutlookEX_GUI (2020-06-27 - Version 1.3.2.0) - DownloadOutlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - WikiExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example ScriptsPowerPoint (2017-06-06 - Version 0.0.5.0) - Download - General Help & SupportExcel - Example Scripts - WikiWord - WikiTask Scheduler (2019-12-03 - Version 1.5.1.0) - Download - General Help & Support - WikiTutorials:ADO - Wiki, WebDriver - Wiki Share this post Link to post Share on other sites