Exchange 2010: Reseed a database manually
If it happens that a database copy in a DAG is faulty, it usually helps to copy the database again (reseed). To initiate the process, the replication of the database to the faulty copy must first be stopped: Suspend-MailboxDatabaseCopy -Identity "MailboxDatabase\Servername" the parameter "-Identity" is composed of the database name and the server name that has the defective copy. ... Read more