Hi,
I tried the 2007 workaround with no luck.
Error is on Exchange Online NamedProperties limitation, it seems that my concerned mailboxes exceed the 30 000 Named Properties.
Ho can I count/decrease/delete/remove some Named Properties for a particular mailbox ?
I tried to see Named properties with the following
$Mailbox = Get-Mailbox -Identity "john.doe@ssss .com"
$MailboxItems = (Get-MailboxFolderStatistics -Identity $Mailbox.Identity -FolderScope "All").Items
$NamedProperties = (Get-ItemProperty -Path $MailboxItems).NamedProperties | Measure-Object
but the NamedProperties is empty...
These 7 mailboxes are stucking our migration.... and support case we opened didn't help.... Actually the support guy asked me to remove a user from the failed batch and to test his mailbox only... It fails with a "primary mailbox already exist" error message and the support guy is focusing on it instead of our original issue....
I managed to workaround the primary mailbox issue, and the migration fail again with same message
Error: QuotaExceededException: Cannot get ID from name. --> MapiExceptionNamedPropsQuotaExceeded: Unable to get IDs from property names.
Any help will be appreciated.
Thanks in advance,
Best regards