Is there a shell command in Exchange 2007 to export the mail contacts located in
Recipient Configuration > Mail Contact.

we have recently started an AD forest migration and now it's time to do email servers.

Have looked and googled lots but always coming up short :(

Any help would be grealy appreciated

thanks

link|improve this question

47% accept rate
feedback

1 Answer

I think you could do a:

Get-mailcontact –resultsize unlimited | export-csv C:\contacts.csv

This would get all of the contacts and export them to a csv file.

Then copy the csv over and import them. Good article on importing them here: http://exchangestories.blogspot.com/2008/03/importing-mail-contacts-to-exchange.html

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.