After evaluating the DFS Replication log, I only found event 4104. This event reported the successful initial replication of our DFS Namespace to the other replication partners. It also said that if there were any pre-existing content, it was moved to a new folder inside the replicated folder called \DfsrPrivate\PreExisting. To access this file simply type the full path in windows Explorer. For example, if the path was C:\YearEndData, you would need to type C:\YearEndData\DfsrPrivate\PreExisting. You can now move this data back into the replicate folder. The moved data will be replicated to the other members of the DFS replication group.
In the past, to run the GPResult command, you would need to either physically visit this client, have the user do it, or use and RDP connection. In all cases, this will disrupt the user. First, you need PowerShell remoting enabled on the target machine. You can do this via Group Policy . Open PowerShell and type this command. Invoke-Command –ScriptBlock {GPResult /r} –ComputerName <ComputerName> Replace <ComputerName> with the name of the target. Remember, the target needs to be online and accessible to you.
Comments