Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.
Force a file server to discover which DFSR sets it should belong to.
July 15, 2014
Q: How can I force my file server to get up-to-date information about DFSR sets to which it belongs?
A: To force a file server to get updated information about the replica sets it belongs to and to start the replication, use the following PowerShell code:
Update-DfsrConfigurationFromAD
On a remote machine, use the following code:
Update-DfsrConfigurationFromAD –ComputerName FS01
You May Also Like