Link to home
Start Free TrialLog in
Avatar of yostnet
yostnet

asked on

EXCHANGE 2010 MAILBOX EXPORT TO PST ( from SBS2011 )

I have a need to export about 10 mailboxes from an 2010 Exchange server ( as part of SBS2011 )

Following some on-line documents - one step was to perform the actual export -
      New-MailboxExportRequest -Mailbox.......

That option does not exist via the powershell / nor does it on the Exchange Console ( right click on mailbox - no export option )

I have done this on other 2010 servers so wondering is this has something to do with Exchange being bundled in with SBS2011 or perhaps a Service Pack level.

any thoughts on the process to export the mailboxes into PST's would be greatly appreciated
Avatar of Raheman M. Abdul
Raheman M. Abdul
Flag of United Kingdom of Great Britain and Northern Ireland image

For this cmdlet to have, you should have the role assigned to the account you are using.

run this cmdlet to give access
New-ManagementRoleAssignment –Role “Mailbox Import Export” –User "DOMAIN\USER"

Open in new window

Avatar of yostnet
yostnet

ASKER

I believe that I did that / but will enter it again.
Avatar of yostnet

ASKER

Maybe not / I entered the command / and the did the mailbox export - it worked ...

Anything else I need to do - meaning is there anything I need to reset on the mailbox after the export?

Reason I ask is there was some of the following I needed to do on an few exports a long time ago....


Get-CASMailbox –Identity USER123

Set-CASMailbox USER123 -MAPIBlockOutlookNonCachedMode:$false
Set-CASMailbox USER123 -MAPIBlockOutlookNonCachedMode:$True
Nothing. You will have a pst file
ASKER CERTIFIED SOLUTION
Avatar of Raheman M. Abdul
Raheman M. Abdul
Flag of United Kingdom of Great Britain and Northern Ireland 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 yostnet

ASKER

thanks / worked / but appears database has corruption, so some of the mailboxes bomb out.