How To Import A Csv File Of Users?

niteowlgary

New member
Joined
Aug 11, 2010
Messages
2
Location
Florida
Hi all,

We just installed Server 2008 into our middle school, and are looking for a way to import our student list with ID's into the Active Directory so each student can access their profile from any computer in the school.

We have been unable to find a way to import a .csv file or other type of flat file to accomplish this. We are trying to avoid having to manually inputting this info.

Help! :)

niteowlgary
 
If you are creating user accounts, you can use the csvde command line tool.

You can also use a VB script to do this, and I believe there are examples floating around the net.
 
Back
Top