Exporting AD Information

  • Thread starter Thread starter Joy
  • Start date Start date
J

Joy

I need to export the information on all the members of my
Exchange distribution lists. I know I can use the export
feature but not at the individual email groups level. How
easy is it to use the command utilites to product this
list. Can you please give me the string I need to type at
the command line? Thanks!!
 
If you know what container the distribution lists are in you can use
LDIFDE.EXE to do that.

The syntax would be something like:

LDIFDE -d "OU=GROUPS,OU=EMAIL,OU=EXCHANGE,DC=CHILD,DC=DOMAIN,DC=com" -f
DISTGROUPS.LDF

The ouput could be opened as a text file, and you could use that file as an
import source file. Alternatively, you could use CSVDE.EXE to export in
order to use Excel to review the info.
 
Back
Top