Export mailboxes to PST from Exchange 2010

article #840, updated 3203 days ago

Procedure:

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

Categories: