Procedure:
- Run Exchange command shell as administrator.
- Create one or more new export requests:
New-MailboxExportRequest -Mailbox username -FilePath \\SERVER\SHARE\username.pst
- Check status of export request(s) in progress:
Get-MailboxExportRequest
- Access PSTs after export is complete, at \\SERVER\SHARE.