Can I import a PST from an organization or exchange group to an index? I would also like to run a discovery search on the detached from the live mailboxes.Â
Do you know any other products for archiving available on the market? Please compare them to MS Exchange ’10.
Answered By
james86
0 points
N/A
#110675
Import PST from an exchange to an index
For this function , you will use ,the powershell command.
First enable mailbox import export function on the exchange server Now install outlook in the mailbox server so as the export can take place effectively designate a folder in your machine where the file will be stored export all mails from the exchange mailbox server, try using this command
Get-Mailbox -Database "Server exchange *********" -Result Size Unlimited | Export-Mailbox -PstFolderPath c:pstexport
 you can also try using an exchange export tool, of which there are several in the market this will guide you in converting/exporting exchange mail to .PST
Try using GFIPST exchange email tool
Good luck