Link to home
Start Free TrialLog in
Avatar of itsupport1199
itsupport1199

asked on

Moving items from The Recovery Storage group

I ran the followinf command in exchange powershell. Restore-Mailbox -RSGMailbox 'fname lname' -RSGDatabase 'recovery storage group\Mailbox Database' -id 'fname2 lname2'  -targetfolder 'recovered'

Basically i want to move a users inbox to a new folder in my inboxe so that i can sift through and recover what is needed. I use this command frequently and it worked evertime except for this user. I get the error message "Error occurred in the step: Moving messages. This mailbox exceeded the maximum number of corrupted items specified for this move mailbox operation., error code: -1056749110". I dont care about the corrupted items. I just want to view the emails from the RSG in a folder in outlook and copy them if need be.

How do i run this command and tell powershell ignore the corrupted items or don't move the corrupted items?
Avatar of Akhater
Akhater
Flag of Lebanon image

add a -baditemlimits unlimited parameter
ASKER CERTIFIED SOLUTION
Avatar of Akhater
Akhater
Flag of Lebanon 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 itsupport1199
itsupport1199

ASKER

where in the command should i place that at the end?
Check out an option called -baditemlimit as seen here:
http://msexchangeguru.com/2010/06/18/error-1056749110/
it doesn't matter where , yes you can add it at the end