Exchange 2019: Export Calendar to PST
Quick tip when exporting certain folders to a PST file in Exchange.
- Ensure that RBAC is setup for the Mailbox Import/export to work.
- Ensure your share is setup.
Here is the command to export, just like a normal PST export but you including folders"
- New-MailboxExportRequest -Mailbox User1 -IncludeFolders "#Calendar#" -FilePath \Ex2019\pst\user1Calendar.pst
https://everything-powershell.com/wp-content/uploads/2019/09/image-7.png
If you go to the location, you should start to see the newly created PST file. If you want to check the progress, you would run the Get-MailboxExport command and check it statistics.