Bulk User Create - On-Prem AD

dirkdigs 921 Reputation points
2023-01-23T22:31:32.8+00:00

Hello can anyone please share a sample script for creating about 200+ bulk users in active directory? (on-premise) using PowerShell? Thanks,

Windows for business Windows Client for IT Pros Directory services Active Directory
Windows for business Windows Server User experience PowerShell
{count} votes

3 answers

Sort by: Most helpful
  1. Thameur-BOURBITA 36,261 Reputation points Moderator
    2023-01-24T00:24:09.8566667+00:00

    Hi @dirkdigs

    I invite you to take a look at the script in this article:

    PowerShell: Bulk create AD Users from CSV file

    Please don't forget to mark helpful answer as accepted

    1 person found this answer helpful.
    0 comments No comments

  2. Amit Singh 5,306 Reputation points
    2023-01-24T03:50:27.9066667+00:00
    1 person found this answer helpful.
    0 comments No comments

  3. Limitless Technology 44,746 Reputation points
    2023-01-24T17:48:31.17+00:00

    Hello Dirkdigs,

    The best way would be to create the users information in a CSV file, then use powershell to create the users in Active Directory using the information in the CSV file.

    There is a very comprehensive article in the Microsoft Wiki to help with this task:

    https://social.technet.microsoft.com/wiki/contents/articles/24541.powershell-bulk-create-ad-users-from-csv-file.aspx

    --If the reply is helpful, please Upvote and Accept as answer--

    1 person found this answer helpful.
    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.