Tech Support > Operating Systems > Windows 2000 > list of users
list of users
Posted by Sam on July 28th, 2003


I would like to export a list of user accounts with their
individual data to a file so I can import this into
a .MDB file, or Access. Any suggestions?

Posted by Ryan McGowan on July 29th, 2003


I'd use a vbscript...

Plently of details availble on the net on how to access
the AD with a VBscript, then you could directly pump this
into a MDB, or put the output in a csv and then import it.

Hope this helps...



Similar Posts