importing users

  • Thread starter Thread starter Glenn
  • Start date Start date
G

Glenn

Is there a way to import a group of users from an Excel spreadsheet.

Currently my database includes their first name, last name, user name, and
password.

I would like to import them into a specific OU. I would also like them to
use a mandatory profile.

Thanks,
Glenn
 
Hello Glenn,
Have a look at Step-by-Step Guide to Bulk Import and Export to Active
Directory
This guide introduces batch administration of the Active Directory using
both the LDAP Data Interchange Format (LDIF) utility and a simple program
you can write in VBScript

http://www.microsoft.com/windows2000/techinfo/planning/activedirectory/bulksteps.asp

--
Regards
Christoffer Andersson
Microsoft MVP - Directory Services

No email replies please - reply in the newsgroup
 
You can do this pretty easily with the csvde command line tool so long as
you export your spreadsheet to a csv.

--
--
Brian Desmond
Windows Server MVP
(e-mail address removed)12.il.us

Http://www.briandesmond.com
 
Back
Top