Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Exporting User's names from Distribution lists

Status
Not open for further replies.

Jatinderp

MIS
Apr 9, 2003
11
GB
Hi,

Can anyone help me find a way or a tool that a user can use to export user names from a distribution list into say Word - Using exchange 2000 and Outlook 2002

Thanks

J.
 
You can use CSVDE to do this. CSVDE should be available on any W2K server.

csvde -f dllist.txt -s yourdc -d "ou=distribution lists,dc=yourdomain,dc=com" -p subtree -r "(&objectcategory=*)(objectclass=*))" -l "givenname,member"

yourdc=an AD domain controller
yourdomain=your ad domain name
I have all of my DLs in an OU called "distribution lists".



 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top