Export Mailbox cmdlet example
New-MailboxExportRequest -Mailbox first_last -FilePath d:\first_last.pst
Import Mailbox cmdlet example
New-MailboxImportRequest -Mailbox first_last -FilePath d:\first_last.pst -TargetRootFolder "RecoveredFiles"