Hello all,
I'm trying to figure out how to check the DFSR Health of our SYSVOL folder, but theWrite-DFSRHealthReport doesn't seem to work with the Replication Group "Domain System Volume", which is where SYSVOL is. The cmdlet will work with other Replication Groups, but not the "Domain System Volume" Replication Group.
I have tried the following command from one of our Domain Controllers, and I get the error that"no replication groups found named: "Domain System Volume"
Write-DfsrHealthReport -GroupName "Domain System Volume" -MemberComputerName "DC1" -Path "C:\DFSReports" -ReferenceComputerName "DC1"
I know this replication group is present, and it can even be seen by running theGet-DfsReplicationGroup cmdlet.
I was hoping to get this working with the new DFSR PowerShell cmdlets and not use the old CMD DFSR tool, and I was hoping that someone had experienced this issue and found a solution?