I am in the process of removing Exchange from SBS 2011, in your guide, step 13 number 7 you have shown 3 arbitration mailboxes but on my setup there are 7 mailboxes is it ok to delete all 7.
Get-Mailbox -Arbitration | fl name
Name : SystemMailbox{1f05a927-d175-4cf9-95b1-15853c9e84a3} Name : SystemMailbox{e0dc1c29-89c3-4034-b678-e6c29d823ed9} Name : FederatedEmail.4c1f4d8b-8179-4148-93bf-00a95fa1e042 Name : SystemMailbox{bb558c35-97f1-4cb9-8ff7-d53741dc928c} Name : Migration.8f3e7716-2011-43e4-96b1-aba62d229136 Name : SystemMailbox{D0E409A0-AF9B-4720-92FE-AAC869B0D201} Name : SystemMailbox{2CE34405-31BE-455D-89D7-A7C7DA7A0DAA}
Hello David,
Good to hear from you :) I assume you have migrated to Exchange Server 2016? If that is the case there are more System related mailboxes and to find out if they are on the SBS 2011 just type Get-Mailbox -Arbitration (without the | fl name) and that should also show you on which server they are. Only delete those on the SBS 2011.
Ok from that command it looks like all the arbitration mailboxes are on the exchange 2016 server so do I skip this step.
Get-Mailbox -Arbitration
Name Alias ServerName ProhibitSendQuota ---- ----- ---------- ----------------- SystemMailbox{1f05a927... SystemMailbox{1f0... exch2016 unlimited SystemMailbox{e0dc1c29... SystemMailbox{e0d... exch2016 unlimited FederatedEmail.4c1f4d8... FederatedEmail.4c... exch2016 1 MB (1,048,576 bytes) SystemMailbox{bb558c35... SystemMailbox{bb5... exch2016 unlimited Migration.8f3e7716-201... Migration.8f3e771... exch2016 300 MB (314,572,800 bytes) SystemMailbox{D0E409A0... SystemMailbox{D0E... exch2016 unlimited SystemMailbox{2CE34405... SystemMailbox{2CE... exch2016 unlimited
Yes, those are just fine on the new server. I will add some writing to the guide that explains this. BTW, a better command to check this would be:
Get-Mailbox -Arbitration | Fl name,servername,alias
Your browser doesn't have Flash, Silverlight or HTML5 support.