Configuring Offline Address Book
- Logon Exchange 2016 Server, open Exchange Management Shell.
-
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
- on Exchange 2016 Server, open Exchange Management Shell.
- follow cmdlet to check Arbitration Mailboxes.
-
-
Get-Mailbox -Arbitration | Select Name,Database
-
3. follow cmdlet to move Arbitration Mailboxes.
-
</div> <pre>Get-Mailbox -Arbitration |New-MoveRequest
4. follow cmdlet to check Arbitration Mailboxes move Statistics.
-
Get-MoveRequest | Get-MoveRequestStatistics
-
To be continue……
Hope you enjoy this post.
Cary Sun
Twitter: @SifuSun