Mailbox Export fro backup purpose

How export the mailbox export in Exchange 2013.

can any one help?

February 19th, 2015 10:34pm

You can simply use PowerShell command for exporting mailboxes into PST files as backup. Here I sharing with you reference link where you'll know how to use PowerShell scripts to export mailbox from Exchange 2013/2010, and save mailbox as backup. Check here >>
Free Windows Admin Tool Kit Click here and download it now
February 20th, 2015 3:13am

New-MailboxExportRequest will allow you to export mailbox into PST as per your need. Please refer to this informative technet library for more detail : https://technet.microsoft.com/en-us/library/ff607299%28v=exchg.150%29.aspx

If you wish to manage this task automatically, you may also consider on this comprehensive application (http://www.exchangemailboxtopst.org/) that will help you to export mailbox items into PST format in more hassle-free manner.

February 20th, 2015 5:40am

You can simply use PowerShell command for exporting mailboxes into PST files as backup. Here I sharing with you reference link where you'll know how to use PowerShell scripts to export mailbox from Exchange 2013/2010, and save mailbox as backup. Check here >>
  • Proposed as answer by Peter Gomes II Friday, February 20, 2015 8:14 AM
Free Windows Admin Tool Kit Click here and download it now
February 20th, 2015 11:08am

You can simply use PowerShell command for exporting mailboxes into PST files as backup. Here I sharing with you reference link where you'll know how to use PowerShell scripts to export mailbox from Exchange 2013/2010, and save mailbox as backup. Check here >>
  • Proposed as answer by Peter Gomes II Friday, February 20, 2015 8:14 AM
February 20th, 2015 11:08am

Hi,

If you want to export all mailboxes in .PST format and store into backup drive \\backup\pst\, you can use the following script:

get-mailbox | foreach {$mailbox = $_.name
new-mailboxexportrequest -mailbox $mailbox -filepath "\\backup\psts\$mailbox.pst"}

Best Regards.
Free Windows Admin Tool Kit Click here and download it now
February 23rd, 2015 3:27am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics