PowerShell scripts for automating new user account tasks within a hybrid Active Directory environment.
Supported tasks include setting initial password and a custom security attribute.
To use the automation scripts:
- Clone the repository to a Windows machine with domain access to Active Directory and Azure Active Directory.
- Update the scripts with information specific to your own AD and domain system.
- To set passwords and custom secrutity attributes, run the
New_Account_Controller.ps1
script which looks for a CSV containing UPNs and passwords for each new account. - Each script can be run directly by providing the required information as command line arguments.
Each script is thoroughly documented including prerequisties, dependencies, and required information for the script to perform its tasks.