I have a Server that is failing and found a related link with the suggested fix.
I am seeing:
Backlog calculations cannot be performed because the reference member returned zero replicated folders.
The suggested fix was:
Recovery Steps
1. Back up the files in all replicated folders on the volume. Failure to do so may result in data loss due to unexpected
conflict resolution during the recovery of the replicated folders.
2. To resume the replication for this volume, use the WMI method ResumeReplication of the DfsrVolumeConfig class. For example,
from an elevated command prompt, type the following command:
wmic /namespace:\\root\microsoftdfs path dfsrVolumeConfig where volumeGuid="2D5C6F5C-97C4-11E2-93EC-902B34BC5BAB"
call ResumeReplication
Which all sound well and good, but where can I grab the GUID of the Failing folder?
Thank you for your assistance.