Where will I find the netlogon diretory on a Window 2003 domain controller?
Asked
Active
Viewed 2.7e+01k times
3 Answers
18
C:\WINDOWS\sysvol\sysvol\*yourdomain*\scripts
the scripts folder is shared with the name NETLOGON
- this is by default installation
- yourdomain is the name of your domain

Lorin Hochstein
- 5,028
- 15
- 56
- 72

Remus Rigo
- 409
- 6
- 15
-
Same files seem to be in 2 places – Simon Hodgson Dec 08 '09 at 14:28
-
1@Simon: They're not. Do a "DIR" in your C:\WINDOWS\SYSVOL\SYSVOL directory and you'll see "
" specified on the directly listed there. It's an NTFS junction point: http://msdn.microsoft.com/en-us/library/bb968829(VS.85).aspx – Evan Anderson Dec 08 '09 at 20:16
1
if you have DFS it is C:\Windows\SYSVOL_DFSR\domain\scripts
.

Falcon Momot
- 25,244
- 15
- 63
- 92

dfsguy
- 11
- 1