How to get a list from Microsoft Exchange 2007 that shows all the mailboxes on the server with all the smtp addresses and the forwarders.
Exchange 2007 SP1Hello I want to get a list from Microsoft Exchange 2007 that shows all the mailboxes on the server with all the smtp addresses and the forwarders.I was able to export from the GUI Interfase but only show the primary SMTP, no extra SMTP or If the email is getting forward to somebody else.Thanks
February 9th, 2010 8:35pm

Please try to cmdlet below: Get-Mailbox -ResultSize Unlimited | select Name,@{Name='EmailAddresses';Expression={[string]::join(",", ($_.EmailAddresses))}},ForwardingAddress | Export-Csv .\test.csv James Luo TechNet Subscriber Support (http://technet.microsoft.com/en-us/subscriptions/ms788697.aspx) If you have any feedback on our support, please contact tngfb@microsoft.com
Free Windows Admin Tool Kit Click here and download it now
February 10th, 2010 9:06am

I will let you know the results.Thanks
February 10th, 2010 8:03pm

Worked Great!!Thanks
Free Windows Admin Tool Kit Click here and download it now
February 15th, 2010 5:40pm

: ) Great!James Luo TechNet Subscriber Support (http://technet.microsoft.com/en-us/subscriptions/ms788697.aspx) If you have any feedback on our support, please contact tngfb@microsoft.com
February 16th, 2010 4:18am

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

Other recent topics Other recent topics