Forum Discussion
Harpreet_Singh
May 04, 2019Copper Contributor
Move Offline AddressBook in Exchange 2013
Currently the database are running in DAG environment we want to move offline addressbook from one server to another, request you to please suggest for the same.
msExchangeDude
Microsoft
May 04, 2019Harpreet_Singh your oab is generated by an arbitration (system) mailbox.
Get-Mailbox -Arbitration | where {$_.PersistedCapabilities -like "*oab*"} | ft name,database
use this information to move the oab generating mailbox to the desired server (by moving it to a database mounted on the desired server).