How To Export Mailbox To PST Exchange 2007?
I need to know a basic explanation of how to export mailbox to pst exchange 2007 and also about exactly what data will I be able to export using that method. Thank you.
I need to know a basic explanation of how to export mailbox to pst exchange 2007 and also about exactly what data will I be able to export using that method. Thank you.
Although you can use the parameter known Include Folder parameter if you need to specify exactly which folders you want exported, by default, the export mailbox command transfers all the folders you have in your mailbox, including inbox, sent mail, drafts etc.
Also, the messages present in the dumpster are exported. But, before export, their extension is changed to .pst files.
To complete the export, you need to open the Exchange 2007 SPI and give the following command:
Export-Mailbox -Identity <Enter the MailboxIdParameter here> -PSTFolderPath <Type the path of the PST folder><Write the name of your file which has the pst extension>.pst
Â
Â