Wednesday, January 6, 2010

how to export mailbox in exchange 2007

http://technet.microsoft.com/en-us/library/bb266964%28EXCHG.80%29.aspx


To export data to a .pst file, run the following command:
Export-Mailbox -Identity  -PSTFolderPath \.pst


To export the special folders and empty folders of the mailbox to a folder in the destination mailbox, run the following command:
Export-Mailbox -Identity  -TargetMailbox  -TargetFolder 

No comments: