Previous Thread:   Exchange 2003 NDR Message

9/26/2005 6:06:04 AM    List of Email Addresses
Hi,  
  
Is there any way in which you cant produce a list of email addresses that  
  
are currently in the organisation?  
  
Reason for asking this is the fact that our marketing department want to  
  
know what email addresses we currently have asigned to staff and want me to  
  
produce a list of all email addresses for the company and the fact that there  
  
are over 150 staff on site it will be a bit of a nightmare, so if anyone has  
  
any ideas of how to accomplish this then i would be most grateful  
  
Regards  
  
Neil P

7250599242


9/26/2005 6:12:03 AM    Re: List of Email Addresses
Use the script from my blog  
  
HOW TO: Export all email addresses from a domain  
  
http://www.suneja.com/blog/  
  
--  
  
Bharat Suneja  
  
MCSE, MCT  
  
--------------------------------  
  
"Neil P" <NeilP@discussions.microsoft.com> wrote in message  
  
news:006CF0C7-FAAD-49B1-95FB-C9DA4DD46DFF@microsoft.com...

9/26/2005 9:48:21 AM    Re: List of Email Addresses
Neil,  
  
You could query the Active Directory to get a list. I use a program  
  
called LDAP Browser (http://ldapadministrator.com/info/overview/index.php).  
  
Once you connect to your AD, it will list all the users.  
  
Neil P wrote:

9/26/2005 11:28:52 PM    Re: List of Email Addresses
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...


Search

search