There may be times when database replication issues arise in your environment. These issues could be caused by hardware failures, network issues, or, in extremely rare cases, log file corruption, and may leave you with failed database copies that need to be reseeded. This recipe outlines the process of reseeding database copies using the Exchange Management Shell.
Reseeding a database copy
How to do it...
Let's see how to reseed a database copy using the following steps:
- To reseed a database copy, suspend the replication using the following command syntax:
Suspend-MailboxDatabaseCopy DB01\MBX2 -Confirm:$False
- Next, you're ready to reseed the database. Use the Update-MailboxDatabaseCopy cmdlet, as shown...