This project demonstrates how to automatically create hundreds of Active Directory (AD) users using PowerShell.
It’s designed for a home lab environment running in Oracle VirtualBox with a Windows Server domain controller.
- Generates random first/last names for realism.
- Creates user accounts in bulk (configurable number).
- Automatically creates an Organizational Unit (OU) if missing.
- Logs success/errors to a file for review.
- Helps simulate enterprise-scale AD environments for learning and testing.
- PowerShell
- Active Directory Module for Windows PowerShell
- Oracle VirtualBox (home lab virtualization)
- Windows Server (Domain Controller)