Exporting members of all DLs in an OU
Posted
by
Bo Shubinsky
on Server Fault
See other posts from Server Fault
or by Bo Shubinsky
Published on 2012-11-16T16:53:12Z
Indexed on
2012/11/16
17:01 UTC
Read the original article
Hit count: 225
exchange-2003
|export
I'm trying to export all the members of all the DLs within an OU (either to a single file that's categorized or individual files).
I tried to use:
csvde -f "C:\Documents and Settings\root\Desktop\AD Export\DL Export\DL.txt" -r "OU=DLs,OU=Personnel,DC=csi,DC=org" -l "cn,mail"
but that only works for individual DLs and there are a lot to input each time.
Any help on getting this done in the most efficient pattern would be helpful.
© Server Fault or respective owner