cburke007 has uploaded a patch.
Description:
AD Account Creation:
FarmAccts.csv - Editable of AcctType, UserName, Passwords
AutoSPInstallerInput_Patch.xml - Cut down version of the XML with just the addition that should be made to the real xml file
Run Order:
1) Add-UsersToXML.ps1 - Generates passwords based on AD minPwdLength Policy, adds accounts to AutoSPInstallerInput.xml based on AcctType, Adds Farm prefix and Domain\ to UserName.
2) Create-ADUsers.ps1 - Installs RSAT feature, connects to ADWS to create users in AD, creates desired OU Structure based on new attribute in the AutoSPInstallerInput.xml. These files can also be copied to a domain controller and run locally if ADWS is not running on a DC. Also connects to SQL to set permissions for certain users upon creation.
This could be easily hooked into the start of AutoSPInstaller execution to provide a bit more end-to-end automation direct from the SharePoint server.
Thanks!
-Corey