This PowerShell script facilitates the bulk import of users into Windows Active Directory Domain Services (ADDS) from a CSV file. The script reads user data from the users.csv
file and creates new user accounts in Active Directory based on the details provided.
- Download or copy the script file
bulk-import.ps1
andusers.csv
to your local machine. - Ensure the
users.csv
file is in the same directory as the PowerShell script.
- Open PowerShell with administrative privileges.
- Navigate to the directory containing the script and the
users.csv
file. - Run the script