Export Exchange 2010 Mailboxes
Running Exchange 2010 SP1. I understand to export mailboxes to PST, we need to use the NewMailboxExportRequest commandlet. I have a list of 50 mailboxes I need to export saved in C:\Users.txt WHat command do I need to run to carry this out?
February 4th, 2012 3:29pm

You may run the command get-mailbox | new-mailboxexportrequest - filepath To get the command in the shell you have to create a Management role group and assign the R/W permissions to Exchange trusted filesystem on the share where you want to export the PST's. The above command requires a variable to the Filepath for different pst's the following woul dbe helpful http://technet.microsoft.com/en-us/library/ee633455.aspx http://technet.microsoft.com/en-us/library/ee633452.aspx
Free Windows Admin Tool Kit Click here and download it now
February 4th, 2012 5:23pm

Hi Thanks for answering, yes I can see the command should be as below: New-MailboxExportRequest -Mailbox AylaKol -FilePath \\SERVER01\PSTFileShare\Ayla_Recovered.pst But how can I use this command if I have a bunch of mailboxes I want to export in a file named C:\Users.txt?
February 4th, 2012 6:06pm

I tested the command get-mailbox | new-mailboxexportrequest -filepath \\share1\share.pst .. In this case we get one pst share.pst with all mailboxes attached. The missing part is with seperation of psts.
Free Windows Admin Tool Kit Click here and download it now
February 4th, 2012 11:36pm

You may run the command get-mailbox | new-mailboxexportrequest - filepath To get the command in the shell you have to create a Management role group and assign the R/W permissions to Exchange trusted filesystem on the share where you want to export the PST's. The above command requires a variable to the Filepath for different pst's the following woul dbe helpful http://technet.microsoft.com/en-us/library/ee633455.aspx http://technet.microsoft.com/en-us/library/ee633452.aspx
February 5th, 2012 1:13am

I tested the command get-mailbox | new-mailboxexportrequest -filepath \\share1\share.pst .. In this case we get one pst share.pst with all mailboxes attached. The missing part is with seperation of psts.
Free Windows Admin Tool Kit Click here and download it now
February 5th, 2012 7:26am

Hi Pancamo Any update on this issue? Cheers Zi Feng
February 6th, 2012 3:18am

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

Other recent topics Other recent topics