Hi
We are in coexistence with 2007 and 2013 and when a simple PowerShell command is run in Exchange 2013:
Get-Mailbox -ResultSize unlimited | where ExchangeVersion -EQ "0.20 (15.0.0.0)" | Get-MailboxStatistics | Select TotalItemSize,DisplayName | Sort-Object TotalItemSize -Descending | Select-Object -first 50
We see multiple warnings:
WARNING: The object b043dd9b-29a2-4579-813d-ca09be202e2a has been corrupted, and it's in an inconsistent state. The following validation errors happened: WARNING: Cannot extract the property value of 'DeletedItemCount'. Source: PropTag(DeletedMsgCount), PropType(Int), RawValue(-119), RawValueType(System.Int32).Target: Type(System.Nullable`1[System.UInt32]), IsMultiValued(False). Error Details: <n/a>
I have viewed similar threads - if I move the mailbox, the issue is resolved. However, new mailboxes appear every day
Our environment seems healthy and the mailboxes are on various databases
Do anyone know how to prevent mailboxes from entering this state?
Thanks
shapi