In PowerShell ISE create a script.
Use the text file “its3410Users.txt†(found on Canvas) andimport the users into your domain controller. The user file has afirst name, last name, and department. Using this information,create users with the following specifications:
- Username will be first name.last name
- User Principal Name will be first name.last[email protected]
- The department signifies the OU that the user will be placedinto
- If the department does not exist, create it
- Fill in the first name, last name, and display name fields inthe user record
- Force the user to change the password on logon
- Have the account enabled
- Default password for all users will be “Ch@nge123Me!â€