-
1
×InformationNeed Windows 11 help?Check documents on compatibility, FAQs, upgrade information and available fixes.
Windows 11 Support Center. -
12-03-2012 04:41 PM
Sometimes one wants to create a lot of users in a batch job. One of our SEs wrote a Perl script to do just that, using a CSV files for input. The script checks to see if the DMA is reachable; if so, it then imports the user list and createsthe users. It's only a 130 lines, which reflects both the power of Perl and the economy of the APIs.
The script and a sample file are in the attached Zip file.
Enjoy!