Active Directory Export

Redemption
10-17-2003, 12:00 PM
So having been in linux land for so long, I'm fighting with some things that I'm sure are just basic Active Directory concepts.

I need to export all active directory users and their associated emails to an outside source such as excel, or perhaps just csv.
Beyond that, I need to export the user groups/distribution group to another CSV and all those members of the group.

There any tools built into AD for those or perhaps in the value pack or 3rd party applications?

Always appreciative of what you guys can share.

Xaphan
10-17-2003, 12:14 PM
In Computer Management--->Users and GRoups-->right click -->Export list

I don't think this gives you exactly what you want, though...

FUBAR|Ascain
10-17-2003, 01:48 PM
You might want to look at CSVDE and LDIFDE, they are native tools.

Here's a page with some detailed examples on how to use each one.
http://www.computerperformance.c o.uk/Logon/CSVDE_LDIFDE.htm

Redemption
10-17-2003, 02:59 PM
My white knights.
Xaphan's insturctions didn't give me email addys when run on the DC, but when run on the Exchange server gave me everything i needed and more.
Reading up on csvde right now to see if i can get the contents of the distribution lists. Tool looks very useful so far.