July 2017
Intermediate to advanced
648 pages
31h 9m
English
If you want to forcefully activate an unhealthy database copy, there are a few parameters available with the Move-ActiveMailboxDatabase cmdlet that can be used, depending on the situation.
For example, if you have a database copy with a corrupt content index state, you can force the activation of the database using the -SkipClientExperienceChecks parameter:
Move-ActiveMailboxDatabase DB01 '
-ActivateOnServer MBX1 '
-SkipClientExperienceChecks '
-Confirm:$False
At this point, the search catalog on DB01 will need to be recrawled or reseeded.
You also have the option of skipping database health checks when attempting to move the active copy to a database copy in a Failed state. It is recommended that you only do this when an ...
Read now
Unlock full access