Creating Active Directory Departmental Security Groups to Randomly Add Test Users with PowerShell
In the previous example, which you can find here, I shared how to very quicky create 77 Active Directory test users based on the names of United States presidents and vice presidents. See the post: Creating Active Directory Test User Accounts with PowerShell In this post, I'll build upon the test environment previously created, showing how to very quickly create 55 Active Directory Security Groups based on common Corporate department names. Then, I'll take the 77 Active Directory test users previously created, and populate each of the groups with a random selection of 15 members per group. You can take [...]