Process powershell.exe (PID=5408). Object [CN=IDT Support,OU=IDT Users,DC=idt,DC=local]. Property [ArbitrationMailbox] is set to value [idt.local/Deleted Objects/SystemMailbox{1f05a927-5ac3-4780-983b-2058591e8d2b}
DEL:f21b809b-ae4f-44f8-a77c-b87f5c298239], it is pointing to the Deleted Objects container in Active Directory. This property should be fixed as soon as possible.
When attempting to fix the issue using this cmdlet
get-mailbox -DomainController "IDTDC01.idt.local" -Identity "CN=IDT Support,OU=IDT Users,DC=idt
,DC=local" | set-mailbox
I get this error:
The operation couldn't be performed because object 'idt.local/IDT Users/IDT Support' couldn't be found on 'IDTDC01.idt.
local'.
+ CategoryInfo : NotSpecified: (:) [Get-Mailbox], ManagementObjectNotFoundException
+ FullyQualifiedErrorId : 3ADDEA41,Microsoft.Exchange.Management.RecipientTasks.GetMailbox
I also attempt to run this cmdlet:
Get-DistributionGroup | Update-Recipient
I get the error in event viewer
so my question is how would i fix my distribution groups to not report this error any more