How to change exchange Preferred Server For DB

Open exchange Powershell

Set-MailboxDatabaseCopy -identity {Database_Name\New_Server_Name} -ActivationPreference 1

Confirm:

Get-MailboxDatabase 'Database_Name'|fl server, databaseCopies, activationPreference

Leave a Reply

Your email address will not be published. Required fields are marked *