search
Twitter Rss Feeds
MicrosoftArticlesForumsGroups
C# .NET
VB.NET
Visual Studio .NET
ADO.NET
Xml/Xslt
VB 6.0
.NET CF
GDI+
LINQ
Deployment
Security
FoxPro
Silverlight / WPF
Entity Framework
RIA Services

Web ProgrammingArticlesForumsGroups
JavaScript
ASP
ASP.NET
Web Services

Non-MicrosoftArticlesForumsGroups
NHibernate
Perl
PHP
Ruby
Java
Linux / Unix
Apple
Open Source

DatabasesArticlesForumsGroups
SQL Server
Access
Oracle
MySQL
Other Databases

OfficeArticlesForumsGroups
Microsoft Excel
Microsoft Word
Microsoft Powerpoint
Publisher
Money

Operating SystemsArticlesForumsGroups
Windows 7
Windows Server
Windows Vista
Windows XP
Windows Update
MAC
Linux / UNIX

Server PlatformsArticlesForumsGroups
Share Point
BizTalk
Site Server
Exhange Server
IIS
Transaction Server

Graphic DesignArticlesForumsGroups
Macromedia Flash
Adobe PhotoShop
Microsoft Expression

OtherArticlesForumsGroups
Subversion / CVS
Ask Dr. Dotnetsky
Active Directory
Networking
Uninstall Virus
Job Openings
Reviews
Search Engines
Resumes

 

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

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...


Pete's Blog   |    Pete's Resume   |    Robbe's Blog   |    Robbe's Resume   |    Archive #2   |    Archive #3   |    Dotnetslackers   |    XmlPitStop   |    Advertise   |   Contact Us   |   Privacy   |   Copyright (c) 2000 - 2009 eggheadcafe.com  All rights reserved.