Mailbox migration stuck in status "Suspending" with progress 100%
说明
The mailbox get stuck in status "Suspending" with progress 100% in the mailbox _jobs. However the mailbox is fully migrated.
解决办法
if the "permissionTries" value is 10 you could go ahead and just set the jobs to 'CompletedWithWarning' (job status 9) like the other jobs that have some permission issues with this: /* set this job to 'CompletedWithWarning' (job status 9) like the other jobs that have some permission issues update [ExchangePro].[dbo].[CMTEUP_Job] set JobStatusID=9 where SourceEmail='<email addresses from the previous query>' */