With DFS, are users supposed to be able to access the root \\contoso.local
location in Windows explorer? (As opposed to only \\contoso.local\namespace
?)
I ask because I'm working with a legacy system and I don't know what the people before me set up - perhaps they did something unrelated to DFS that makes \\contoso.local
a browsable location. I'm also new to DFS.
DFS Info:
- Server:
fileserver1.contoso.local
- Domain:
contoso.local
- Namespace:
dfs
I can access \\contoso.local\dfs
and see all the dummy folders and targets correctly. However, I'm noticing that I can also access \\contoso.local\
in Windows Explorer, which displays the following volumes:
Share Location on Domain Controller
---------------------- ------------------------------------
NETLOGON C:\Windows\SYSVOL\sysvol\contoso.local\SCRIPTS
SYSVOL C:\Windows\SYSVOL\sysvol
UpdateServicesPackages D:\WSUS\UpdateServicesPackages
WsusContent D:\WSUS\WsusContent
WSUSTemp C:\Program Files\Updates Services\LogFiles\WSUSTemp
Note that we're not using Windows Server Update Services.
I sadly do no know if \\contoso.local\
was accessible prior to starting work on DFS.
So I guess my question is actually multiple parts:
- Is it normal to be able to see items in
\\contoso.local
when using DFS? - Did the IT people before me hack things together on the DC for things like NETLOGON, SYSVOL, and WSUS, or are those shared folders pretty normal?