Final answer:
Logon scripts on a domain controller are stored within the Netlogon share, with a file system path of '%SYSTEMROOT%\SYSVOL\sysvol\\scripts'. These scripts are replicated across all domain controllers.
Step-by-step explanation:
In a domain controller, logon scripts are stored in the Netlogon folder. The Netlogon folder is a shared folder that contains login scripts and other files that are useful for logon scripting like batch files and executable files. This folder is located in the SYSVOL folder, which is a folder shared by all domain controllers in a domain.
Logon scripts are typically stored on a domain controller within the Netlogon share, which is a default shared folder created during the installation of Active Directory Domain Services. This share is located in the '\\\NETLOGON' directory, which corresponds to the '%SYSTEMROOT%\SYSVOL\sysvol\\scripts' folder on the actual file system of the server. The scripts placed here are replicated to all domain controllers in the domain, ensuring that they are available for user logon processes regardless of which domain controller handles the authentication request.