Where will I find the netlogon diretory on a Window 2003 domain controller?

link|improve this question

80% accept rate
feedback

2 Answers

in here 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
link|improve this answer
Same files seem to be in 2 places – Simon Hodgson Dec 8 '09 at 14:28
@Simon: They're not. Do a "DIR" in your C:\WINDOWS\SYSVOL\SYSVOL directory and you'll see "<JUNCTION>" specified on the directly listed there. It's an NTFS junction point: msdn.microsoft.com/en-us/library/bb968829(VS.85).aspx – Evan Anderson Dec 8 '09 at 20:16
feedback
up vote 1 down vote accepted

Found it:

C:\WINDOWS\SYSVOL\domain\scripts

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.