Skip to content

Bulk export Mailbox to .PST using PowerShell

Bulk export Mailbox to .PST using PowerShell

I recently received a request to bulk export mailboxes to .pst , to help mysef i have created this small script to import from csv and then kick off the export request.

file can be downloaded Here

Code:

 

#ThatLazyAdmin

Sharing is caring!

Published inExchange 2010Exchange 2013Exchange ServerPowerShell

2 Comments

  1. Arthur Arthur

    is there a way to export mailbox on 2010 to .csv file with mail header information also ? Inbox and Sent items ?

    • @ Arthur you can use the following command : New-MailboxExportRequest -Mailbox User1 -FilePath “\\SERVER01\PSTFileShare\User1.pst”

Leave a Reply

Your email address will not be published.