Importing users into Active Directory

  • Thread starter Thread starter refreshing_change
  • Start date Start date
R

refreshing_change

Hi I'm trying to import a large number of users in to Active
Directory, I need to do this frequently. I've tried some of the
Microsoft command line tools CSVDE (I think). Can anyone recommend
anything easy to use?
 
Hi I'm trying to import a large number of users in to Active
Directory, I need to do this frequently. I've tried some of the
Microsoft command line tools CSVDE (I think). Can anyone recommend
anything easy to use?


Perhaps a bit more tedious in fact, but more flexible
is the "brother" command: LDIFDE.exe.

Also there are VB scripts to do this, and these can
be use as given or modified by you.

Look for the following using Google:

[ ADSI Scriptomatic site:microsoft.com ]

Yes, "scriptomatic" is really the name.

Also just using some search like:

[ vbs | "Vb scripting" "active directory" bulk users ]

You probably don't need the "site:microsoft.com" or the
similar (but web wide) "microsoft:" collection.
 
Back
Top