Exporting Exchange mailbox to .pst
New-MailboxExportRequest -Mailbox <user> -FilePath \\SERVER\FOLDER\<PST name>.pstExampleNew-MailboxExportRequest -Mailbox John.Smith -FilePath \\SERVER01\PSTExports\JohnSmithExport2019.pst Run the following command to check the progress of the...