Link to home
Start Free TrialLog in
Avatar of HelpMeWithSolutions
HelpMeWithSolutionsFlag for United States of America

asked on

Powershell CMDlet to Export catch-all (e-journal) emails as an PST

Hi,

We have setup an catch-all email box (e-journal).  Can you provide me with the Powershell cmdlet to export/exmerge the emails to an pst file.  This pst file will then be imported into our archiver appliance.

Inbox currently has ~5,000+ emails, and there are subfolders that contains up-to 107,900 emails.  Our archiver appliance had recently went down, and had to replace it.  Since we ran into a few issues, we had to move emails out of the inbox, so that it does not get stuck.

Running Exchange 2010.  Is it possible to export it to the Cloud (OneDrive) or using ECP to do so?

Thanks in advance.




Henry
ASKER CERTIFIED SOLUTION
Avatar of Will Szymkowski
Will Szymkowski
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of HelpMeWithSolutions

ASKER

Will, thank you for the quick response.  The area where I am uncertain of is when I tried to save the file to one of the NAS in our network, using "-FilePath \\NAS\Subfolder\FileName.pst" argument, I received this error, http://screencast.com/t/hABmZJuv.

Thanks again.



Henry
You did not copy my script. The error messages states "New-MailboxRequest" is not a recognized cmdlet. That is correct cmdlet is New-MailboxExportRequest.

That is your issue.

Will.
Don't I feel like a dumba....Thanks Will!



Henry