Hyper-V Replication Health Critical or Warning
More than 20 percent pf replication cycles have been missed for virtual machine xxxxx. Replication might be encountering problems.
Solution:
1. Login to Primary Hyper-V host.
2. Run Powershell and enter the command below.
Suspend-VMReplication -VMName "xxxxx"
Resume-VMRplication -VMName "xxxxx" -Resynchronize
3. After the resynchronize task completed, replication will resume. This may take hour(s) to complete the replication.