I mistakenly deleted the system mailboxes.
The error I noticed is Scenario: ProcessOrgExtensions. The organization mailbox for ***.com could not be retrieved. Event: 3054. Also Outlook now shows "updating address book" for an extended period of time.
I recreated user accounts using setup /PrepareAD. No issue there.
Then the command:
Enable-Mailbox -Arbitration -DomainController <FQDN of root global catalog server> -Identity "SystemMailbox{e0dc1c29-89c3-4034-b678-e6c29d823ed9}"
This should enable the arbitration mailbox and everything should be fixed...but I get the following error.
_______________________________________________________________________________________
This task does not support recipients of this type. The specified recipient
server2k/Users/SystemMailbox{e0dc1c29-89c3-4034-b678-e6c29d823ed9} is of type UserMailbox. Please make sure that this
recipient matches the required recipient type for this task.
+ CategoryInfo : InvalidArgument: (server2k/Users/...8-e6c29d823ed9}:RecipientIdParameter) [Enable-Mailbo
x], RecipientTaskException
+ FullyQualifiedErrorId : [Server=IREXCH02,RequestId=9f634f55-be78-481e-9f3c-204d6cc3ba65,TimeStamp=4/28/2015 2:07
:11 PM] [FailureCategory=Cmdlet-RecipientTaskException] B41D8DD4,Microsoft.Exchange.Management.RecipientTasks.Enab
leMailbox
+ PSComputerName : irexch02.server2k
_______________________________________________________________________________________
At this point I am not sure how to get past this step. As far as I can tell I have done everything correctly, outside of causing the issue in the first place. Any help would be greatly appreciated.
Thanks
Tom