DFS – Basic operation – remove folder target

dfsdfs-r

I'm new to DFS management and I need to know the proper way to delete a target(shared) folder from all the servers.

Stop replication and then delete all the copies of the folder in the different servers but does it have to be done one by one?

Best Answer

if it was me, and I don't have DFS-R setup I would do the following:

  • All from the DFS console, do the following:
  • Delete the replication folder definition. This should disable replication.
  • Delete the folder under your name space. This will disable it being in your DFS share.
  • Delete the folder on each target, after 30 minutes or so. Just to give AD replication time to kick in, and DFS timeouts to occur. Probably overkill, but better to be safe than sorry.

IF you are really scared, duplicate the setup with a new name space and a new replica set and practice it.

Related Topic