Search This Blog

Thursday, July 2, 2015

How to Export all Mailboxes with Exchange Server 2010 SP1 to pst file

How to Export Mailboxes with Exchange Server 2010 SP1

http://exchangeserverpro.com/export-mailboxes-exchange-server-2010-sp1/

http://www.codetwo.com/admins-blog/exchange-mailbox-backup-pst-pros-cons/

New-ManagementRoleAssignment –Role "Mailbox Import Export" –User Administrator


the trick is once permission granted, you need close the powershell session, and re-open it, or you will get a connection error.

do it individually ---

new-MailboxExportRequest -Mailbox alan.reid -FilePath \\esp-ho-ex2010a\pst\alan.reid.pst

new-MailboxExportRequest -Mailbox administrator -FilePath \\mikepcs\michael\PST\administrator.pst

do it en masse ---

$AllMailboxes = Get-Mailbox

$AllMailboxes|%{$_|New-MailboxExportRequest -FilePath \\\\$($_.Alias).pst}


1 comment:

  1. Find an amazing solution here also; export Mailbox to PST automatically and securely just with a few clicks. Digital Tweaks Mailbox to PST Export Tool with a versatile set of aspects is matchlessly supportive to transfer data from Mac Mail program to Outlook Windows. Rely on this straightforward solution to export Mailbox credibly and in an instant. No additional requirement and no complex methodology! http://www.digitaltweaks.com/export-mailbox/

    ReplyDelete