Microsoft 365

Exchange: How to export a Mailbox to PST using PowerShell

For archiving purposes run the following command in Exchange Management Shell to export a mailbox to a PST File and to save the file in the folder pst:

Get-Mailbox Testuser | New-MailboxExportRequest -FilePath \\servername\c$\pst\testuser.pst

Unbenannt.JPG

The status is Queued. Wait a few minutes. Then check the status with

Get-MailboxExportRequest -Status Completed

More about exporting to PST in my German article Bulk Export von Exchange Mailboxen in eine PST Datei.

Categories: Microsoft 365, PowerShell

Tagged as: , ,

2 replies »

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.