10

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

4 Answers4

20

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
3

Found it:

C:\WINDOWS\SYSVOL\domain\scripts

1

if you have DFS it is C:\Windows\SYSVOL_DFSR\domain\scripts.

Falcon Momot
  • 25,584
dfsguy
  • 11
1

To quote a frequent phrase from a famous Microsoft blog ... don't be helpless. On a domain controller, type the following in a command line:

NET SHARE

It will show you.

JamesR
  • 1,107