Link to home
Create AccountLog in
Avatar of forsters
forstersFlag for United Kingdom of Great Britain and Northern Ireland

asked on

Mail Export failure

Hi Experts

We are using Exchange 2010 and I’m having a problem with a mail export that has failed. When I try and remove the export using the following command in PowerShell.

get-mailboxexportrequest -status failed | remove-mailboxexportrequest

Open in new window


I get “ The attempt to deserialize the move job from the system mailbox job queue failed.”

The user is just a domain user and has no admin groups or security permissions

I have tried following one suggested method of clearing the following values in ADSI Edit for the specified user.

msExchMailboxMoveFlags
msExchMailboxMoveSourceMDBLink
msExchMailboxMoveStatus
msExchMailboxMoveTargetMDBLink

But these values are already blank.
 
Any help appreciated
ASKER CERTIFIED SOLUTION
Avatar of Amit
Amit
Flag of India image

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
Avatar of forsters

ASKER

Thanks that worked