Creating Active Directory Test User Accounts with PowerShell

Ever wanted to create a number of Active Directory test user accounts, but didn't want to use incrementing accounts like Test01, Test02, Test03, etc.? I've often used United States presidents and vice presidents for my test accounts. The usernames are far more interesting that way! For anyone who would like to do the same, I've created a very simple PowerShell script, that simply needs two lines modified at the top, to be reusable for other environments. Once run against Active Directory, you'll have 77 accounts that can be nested into groups or used for various testing functions. Check it [...]