Basics of Active Directory
Basics of Active Directory
Other functions within the user account properties that might need to
be set by a technician are the logon script, home folder, and folder
redirection. A logon script (sometimes referred to as a login script) is a
set of tasks configured in one file that run when a user logs in, such as
running a specific application, performing an operating system function
on the local computer, or setting system environment variables. The
logon script can be defined as part of a group policy (covered in the
next section) or through the Properties window > Profile tab, as shown
in Figure 18.22.
Figure 18.22: Active Directory > using the Profile tab
Notice in Figure 18.22 the Home Folder section. A home folder is a
network folder that allows users to store their files and have access to
them from any device that they log onto within the same domain.
Commonly the Connect radio button is used to assign a drive letter in
the first drop-down menu, and then the network path where the files
are stored is provided (for example, \\ServerName\FolderName\
%username%).
Tech Tip
Accessing the local security policy and group policy
Access the Local Group Policy Editor window by typing gpedit.msc at a
command prompt or in the Search textbox. Use the gpresult command
to display group policy settings. Use the gpupdate command to update
all domain users with a newly deployed group policy. Use
the secedit command to configure or analyze a security policy.