Windows Server 2012 - Attempting to setup a file server using DFS
I have the following scenario:
Namespace: \\domain\resources
Folder without targets:
Files > \\domain\resources\files
Folders with targets:
Clients > \\domain\resources\files\clients
Restricted > \\domain\resources\files\restricted
I want to create a drive map at the following level
\\domain\resources\files\clients
I also want \\domain\resources\files\restricted
as a folder inside of \\domain\resources\files\clients
. So end result would be \\domain\resources\files\clients\restricted
points to \\domain\resources\files\restricted
This is possible? Or do I have to accept the fact I will have to look at mapping
\\domain\resources\files
then having people update their links in various files?
I could achieve this by using a symbolic link but this would not be replicated by DFS, also it would needed to be done per server.
Update:
Basically I want to symlink restricted into the clients folder.