A mailbox operation couldn't be performed because multiple matched entries.
说明
User mailboxes are generating error when adding to mailbox job queue. Error states:
Update Running Jobs Get-MoveRequestStatistics failed. Get-MoveRequest -ErrorAction "SilentlyContinue" | Get-MoveRequestStatistics The operation couldn't be performed because 'user1' matches multiple entries. The operation couldn't be performed because 'user2' matches multiple entries. The operation couldn't be performed because 'user3' matches multiple entries.
原因
The remote move migration fails because a soft-deleted or inactive mailbox has the same email address as the mailbox that's identified in the error message.
解决办法
If you want to identify soft-deleted or inactive mailboxes by email address, you can run the following cmdlet: Get-Mailbox -Identity <email address> -SoftDeletedMailbox -IncludeInactiveMailbox | fl Name, Alias, DistinguishedName, GUID, IsSoftDeletedByRemove, *Hold*
If the preceding search doesn't report any soft-deleted or inactive mailboxes, you can run the following cmdlet to check for other soft-deleted recipients: