Monday 30 July 2012

exporting messages from exchange 2007 to a pst file

Make sure you have an exchange admin account, grant it rights on the mailbox you want to export
Add-MailboxPermission -Identity MailBoxToExport -User MyAdminAccount -AccessRights FullAccess

Make sure you have enough disk space to extract the data to
Export-Mailbox -Identity MailBoxToExport -IncludeFolders '\Folder to Export'  -PSTFolderPath C:\Users\jack.oregan\extracted-pst\extracted.pst

No comments:

Post a Comment