Thursday, August 29, 2013

How to Export a User Mailbox on Exchange Server 2010

  • Go to Exchange Powershell and enter the following;
New-MailboxExportRequest -Mailbox USERALIAS -FilePath \\someserver\users\USERALIAS.pst

This command starts building up the PST file on the location mentioned as \\someserver\users\USERALIAS.pst.






  •  To monitor the process type;
Get-MailboxExportRequest | Get-MailboxExportRequestStatistics

This will allow you to see the ongoing process.

 


After the job is done, you will see the "100%", now you can delete the export request.

 
  • Delete the export request by;

 

 


No comments:

Post a Comment