Answered by:
Copying mailbox content to another mailbox

Question
-
Hi,
I have an Exchange Server 2010 SP1 RU6 in my environment and I would like to know how can I copy the mailbox content from one user to another mailbox user´s not using Outlook, through powershell command.
Thank for while.
Luiz
Friday, November 25, 2011 4:57 PM
Answers
-
Hi Luiz,
You can run Search-Mailbox to copy messages to a specified target mailbox.
Search-Mailboxhttp://technet.microsoft.com/en-us/library/dd298173.aspx
imkottees, Export-Mailbox is ony existed in Exchange 2010 RTM. The second link is a good one. But New-MailboxExportRequest can only export(copy) items to pst file.
Frank
- Marked as answer by emma.yoyo Thursday, December 1, 2011 1:49 AM
Monday, November 28, 2011 8:57 AM
All replies
-
Hello Luizmg,
Please use below command to achieve your goal:
Export-Mailbox -Identity joe@example.com -TargetMailbox bob@example.com -TargetFolder Joe
Ref: http://www.simple-talk.com/sysadmin/exchange/goodbye-exchange-exmerge,-hello-export-mailbox/
For this you should have RBAC permission:
Hope this helps!
Thanks & Regards, Kottees- Proposed as answer by Jesper L Nilsson Saturday, November 26, 2011 9:22 AM
Friday, November 25, 2011 8:19 PM -
Hi Luiz,
You can run Search-Mailbox to copy messages to a specified target mailbox.
Search-Mailboxhttp://technet.microsoft.com/en-us/library/dd298173.aspx
imkottees, Export-Mailbox is ony existed in Exchange 2010 RTM. The second link is a good one. But New-MailboxExportRequest can only export(copy) items to pst file.
Frank
- Marked as answer by emma.yoyo Thursday, December 1, 2011 1:49 AM
Monday, November 28, 2011 8:57 AM -
Hi Frank,
Thanks a ton for letting me know. Noted.
Thanks & Regards, KotteesMonday, November 28, 2011 12:25 PM -
Hi imkottees,
thanks for the help.
Best Regards.
Luiz
Monday, November 28, 2011 1:44 PM -
Hi Frank,
thank you for the help.
Best Regards.
Luiz
Monday, November 28, 2011 1:45 PM -
you are most welcome. Have a good day!
Thanks & Regards, KotteesMonday, November 28, 2011 1:46 PM