How to get a list of all emails in Exchange Server 2003
There are probably a bunch of topics that have some information about what I need, but I'm trying to compile them all in one, I need to figure out how to get a list of: Users' email addressesUsers' SMTP addresses (for users with more than one email address)Public Folders' email addresses If there is a code for Visual Studio 2010 I will accept that too, as long as it gives me what I need. Remember: This is for Exchange 2003 Thanks.
June 19th, 2012 9:34pm

Hi, You can get it from Active Directory Users and Computers. Click on Saved Querries at the toop of the console. Define Qerry and select custome search. Select the field User-> Email Address ->Select the condition as 'Present' and accept the querry. Now Click View->Add Remove colums and select required fields. Export the result as csvRegards from www.windowsadmin.info | www.blog.windowsadmin.info
Free Windows Admin Tool Kit Click here and download it now
June 19th, 2012 10:13pm

Here is simple script for you , run to see if this gives you what you need http://smtp25.blogspot.com/2007/08/mail-box-count-script_4766.html Copy and paste the entire code into notepad Change the server name, into your server name (ServerList = Array("server1", "server2", "server3") Save the file on your Hard drive as mailboxCount.vbs ( c:\ mailboxCount.vbs) Now go to command line Drill down to same directory ( c:\ mailboxCount.vbs) Run the file by typing, c:\ mailboxCount.vbs Good Luck ocdOz Casey, Dedeal MCITP (EMA), MCITP (EA), MCITP (SA) Visit smtp25.blogspot.com Visit Telnet25.wordpress.com This posting is provided AS-IS with no warranties or guarantees and confers no rights.
June 19th, 2012 11:12pm

Hi If reply is helpful to you, please mark their case.Terence Yu TechNet Community Support
Free Windows Admin Tool Kit Click here and download it now
June 20th, 2012 10:44pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics