Skip to content

SFarangi/Active-Directory-Bulk-User-Creation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Active Directory Bulk User Creation

PowerShell script to create multiple AD users from CSV file with duplicate prevention and error handling.

Features

  • Bulk user creation from CSV
  • Duplicate user detection
  • Colored output messages
  • Error handling

Files

  • BulkADUserCreation.ps1 - Main script
  • bulkusers.csv - Sample data file

Prerequisites

  • Windows Server with AD
  • PowerShell AD Module
  • Domain Admin rights

Usage

  1. Edit bulkusers.csv with your user data
  2. Update domain paths in script and CSV
  3. Run script:
.\BulkADUserCreation.ps1

CSV Format

username,password,firstname,lastname,ou,email,streetaddress,city,zipcode,state,country,telephone,jobtitle,company,department

Author

Sina Farangi


⭐ Give it a star if it helped you!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published