User Tools

Site Tools


computing:windows:add_users

This is an old revision of the document!


Add Bulk Active Directory Users

PowerShell

https://www.youtube.com/watch?v=Wc-WQrvw2fE

Create a users.csv file to import from with the first line:

GivenName,Surname,Name,DisplayName,SamAccountName

:!: Be sure to install the Windows Feature named Windows PowerShell Integrated Scripting Environment (ISE).

:!: Run the Active Directory Module for Windows PowerShell with admin privileges.

Start → Administrative Tools → Right-Click on Active Directory Module for Windows PowerShell → Run as Administrator

Test the import:

PS C:\Users\Administrator> Import-Csv .\users.csv

AD Bulk Admin Tool

https://sourceforge.net/projects/adbulkadmin/

This is a bulk administration tool for an AD administrator to administer a large number of Active Directory users.

You can use it to:

  • Check a large number of users
  • Create a large number of users
  • Reset a large number of users' passwords
  • Enable or disable a large number of users
  • Set a large number of users' properties
  • Check groups
  • Add users to group or remove users from group
computing/windows/add_users.1484146621.txt.gz · Last modified: 2017/01/11 07:57 by gcooper