Configuring Offline Address Book

  1. Logon Exchange 2016 Server, open Exchange Management Shell.
  2. Run follow cmdlet to check Mailbox Database Offline Address Book settings.

     

    Get-MailboxDatabase -IncludePreExchange2013 | Select Name,offline* 
    

     

     


    Get-OfflineAddressBook
    

     

    3. Run follow cmdlet to change Mailbox Database Offline Address Book settings.

     

    Get-MailboxDatabase -Server GDMEX02 | Set-MailboxDatabase -OfflineAddressBook "OAB2016"
    

     


Migrate Arbitration Mailboxes

  1. on Exchange 2016 Server, open Exchange Management Shell.
  2.  follow cmdlet to check Arbitration Mailboxes.
    1. Get-Mailbox -Arbitration | Select Name,Database
      

       


3.  follow cmdlet to move Arbitration Mailboxes.

  1. </div>
    <pre>Get-Mailbox -Arbitration |New-MoveRequest
    

     


4.  follow cmdlet to check Arbitration Mailboxes move Statistics.

  1. Get-MoveRequest | Get-MoveRequestStatistics
    

     


  2. To be continue……

    Hope you enjoy this post.

    Cary Sun

    Twitter: @SifuSun