July 2017
Intermediate to advanced
648 pages
31h 9m
English
When using the Update-MailboxDatabaseCopy cmdlet to reseed a database copy, you can use the -DeleteExistingFiles switch parameter to remove the passive database and log files. Depending on the size of the database, it may take a long time to perform the reseed. Once the reseed is complete, replication for the database will automatically resume.
If you don't want replication to resume automatically after a reseed, you can configure it for manual resume:
Update-MailboxDatabaseCopy DB01\MBX2 '
-DeleteExistingFiles -ManualResume
In this example, we've added the -ManualResume switch parameter. After the reseed, we can manually resume replication:
Resume-MailboxDatabaseCopy DB01\MBX2
Read now
Unlock full access