forsters
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.
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
msExchMailboxMoveSourceMDB Link
msExchMailboxMoveStatus
msExchMailboxMoveTargetMDB Link
But these values are already blank.
Any help appreciated
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
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
msExchMailboxMoveSourceMDB
msExchMailboxMoveStatus
msExchMailboxMoveTargetMDB
But these values are already blank.
Any help appreciated
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
ASKER