Avatar of emeka57
emeka57
 asked on

Exchange 2010 mailbox

Hi -

I have a large Exchange 2010 journaling mailbox (56GB) and cannot access it via OWA or Outlook.  I need to export these messages out.  Can someone assist?
ExchangeOutlookEmail Servers

Avatar of undefined
Last Comment
michaelalphi

8/22/2022 - Mon
Patrick Bogers

Hi,

Any chance Outlook 2010 64-bit is installed on that server or in case not, did you try exmerge?
SreRaj

Hi,

You could export contents of the mailbox to a PST file using the Exchange Management Shell cmdlet New-MailboxExportRequest.

http://technet.microsoft.com/en-us/library/ff607299(v=exchg.141).aspx
http://technet.microsoft.com/en-us/library/ff459227(v=exchg.141).aspx
emeka57

ASKER
The MailboxExportRequest keep failing.

I've tried using Outlook 64-bit on the server as well.  It connects, then hangs.
Experts Exchange has (a) saved my job multiple times, (b) saved me hours, days, and even weeks of work, and often (c) makes me look like a superhero! This place is MAGIC!
Walt Forbes
Patrick Bogers

If you have Outlook on that machine you could use the Export-Mailbox or did you mean this applet by MailboxExportRequest?
SreRaj

Could you please let us know the error you are receiving for MailboxExportRequest?
emeka57

ASKER
Yes, I meant that by MailboxExportRequest
⚡ FREE TRIAL OFFER
Try out a week of full access for free.
Find out why thousands trust the EE community with their toughest problems.
SreRaj

You could execute the command like the following example.

New-MailboxExportRequest -Mailbox user1 -FilePath “\\CAS1\PSTFileShare\user1.pst” -MRSServer CAS1.domain.com

Here -FilePath refers to a network file share and Exchange Trusted Subsystem should have Read/Write access to this file share.  -MRSServer points to a CAS server in the environment. It is preferred to execute the command from a CAS Server as it uses Mailbox Replication Service for exporting mails.
ash007

Hi,

You need to assign permission to user which you are using for export mailbox using below command:

New-ManagementRoleAssignment –Role “Mailbox Import Export” –User “<username>”

Then you can export mailbox using GUI as per below article:

http://www.msexchange.org/articles-tutorials/exchange-server-2010/management-administration/exporting-importing-mailboxes-exchange-server-2010.html


Thanks,
Ash
ASKER CERTIFIED SOLUTION
michaelalphi

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.