Where will I find the netlogon diretory on a Window 2003 domain controller?
Asked
Active
Viewed 3e+01k times
4 Answers
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
Lorin Hochstein
- 5,236
Remus Rigo
- 429
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