Here’s the PowerShell command to remove the last arbitration mailbox to prepare uninstall of Exchange 2010.
Get-Mailbox -Arbitration | Remove-Mailbox -RemoveLastArbitrationMailboxAllowed
Cheers,
Chris
Here’s the PowerShell command to remove the last arbitration mailbox to prepare uninstall of Exchange 2010.
Get-Mailbox -Arbitration | Remove-Mailbox -RemoveLastArbitrationMailboxAllowed
Cheers,
Chris