Hello All,
I found a post with the exact error that I am seeing: Backlog calculations cannot be performed because the reference member returned zero replicated folders. and followed the proposed solution: WMIC.EXE /namespace:\\root\microsoftdfs path dfsrreplicatedfolderconfig get replicatedfolderguid,replicatedfoldername was used to get the GUID of the volume. Next I ran: wmic /namespace:\\root\microsoftdfs path dfsrVolumeConfig where volumeGuid="2D5C6F5C-97C4-11E2-93EC-902B34BC5BAB" call ResumeReplication inserting the GUID resulting from the previous query, not the one in the posted fix (obviously)...
It returns: No Instance(s) Available.
What have a I done incorrectly or missed? Why does it not see my folder?
Any input and help would be greatly appreciated!