Hi Neil,
The easiest way to do that is with CSVDE, the following syntax will do the
trick:
csvde -r "(&(objectClass=*)(proxyaddresses=*))" -l
displayname,proxyaddresses -f c:\EmailAddrExport.txt
The syntax above will list all objects including external contacts, and will
also display address types other than SMTP
The below syntax will show the display name of the object and only the
address which is set as the primary, in the email addresses tab.
csvde -r "(&(objectClass=*)(proxyaddresses=*))" -l displayname,mail -f
c:\out.txt
Regards
--
Ben Hoffman
MCP (Win2000 Pro/Server & Exchange 2003 Admin)
http://www.ExchangeIS.com
"Neil P" <NeilP@discussions.microsoft.com> wrote in message
news:006CF0C7-FAAD-49B1-95FB-C9DA4DD46DFF@microsoft.com...
|