Can I Bulk Import Users Into Active Directory?

Asked By 0 points N/A Posted on -
qa-featured

In Windows Server 2008 R2 I want to import numerous users into the active directory. Can I bulk import users into an active directory in Windows Server 2008 R2?

SHARE
Answered By 0 points N/A #93067

Can I Bulk Import Users Into Active Directory?

qa-featured

To import many users into the active directory you can import using the PowerShell and some commands and all your users will be included in the active directory. Follow the given steps below.

Step 1: Open the PowerShell and type in the command Import-CSV | New-ADUser

Step 2: Now after executing the command open the active directory and verify if the users were added into the active directory

Step 3: If not you have to import all the users manually.

Related Questions