JSI Tip 7315. Where is the NETLOGON share on my Windows Server domain controller?
Jerold Schulman
October 12, 2003
1 Min Read
The NETLOGON share on the %LOGONSERVER% is used to store the logon script, and possibly other files.
When a user has a logon script configured, it is generally specified without any path, as in logon.bat.
To locate the NETLOGON share on a domain controller:
1. Log on to the console of the domain controller.
2. Open a CMD.EXE prompt.
3. Type net share netlogon and press Enter.
4. You will receive a display similar to the following:
Share name NETLOGONPath C:WINDOWSsysvolsysvolJSIINC.COMSCRIPTSRemark Logon server shareMaximum users No limitUsersCaching Manual caching of documentsPermission Everyone, READ BUILTINAdministrators, FULL
The command completed successfully.
NOTE:The default location of the NETLOGON share on a domain controller is:
%SystemRoot%sysvolsysvolscripts
Learn more from "Logging with the Netlogon service" and Windows Server 2012.
About the Author
Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.
You May Also Like