I've been trying to uninstall a corrupted version of Exchange 2013 so I can start over from scratch. The errors from the automated uninstallation process indicated I needed to disable the arbritration mailbox. When I attempt to do so, I get the following error message:
C:\Windows\system32>Get-Mailbox -Arbitration -Database "Mailbox Database 0124449876" | Disable-Mailbox -Arbitration
-DisableLastArbitrationMailboxAllowed
Couldn't disable the arbitration mailbox "ARKINCPAS.COM/Users/SystemMailbox{1f05a927-6399-4267-b6cd-a201193a0ffb}"
because it is associated with existing recipients for which membership restriction of approval is required or the
moderation feature is enabled. Please disable the approval feature on those recipients before performing this
operation.
+ CategoryInfo : NotSpecified: (ARKINCPAS.COM/U...d-a201193a0ffb}:ADObjectId) [Disable-Mailbox], Recipien
tTaskException
+ FullyQualifiedErrorId : E2BF0ACA,Microsoft.Exchange.Management.RecipientTasks.DisableMailbox
+ PSComputerName : arkinserver01.arkincpas.com
I did not install Exchange 2013 on the C drive. Could that be the source of my problems?
Zachary Arkin