Chapter 3: User and Service Account Configuration Flashcards
Group Policy Object (GPO)
A GPO is a list of settings administrators use to configure user and computer operating environments remotely
GPO scope
GPO scope defines which objects a GPO affects
Default GPOs (2)
There are two GPOs that are created when AD is installed and linked to two containers:
Default Domain policy, Default Domain Controllers Policy
Default Domain policy
The default domain policy is linked to the domain object and defines the settings for all users and computers in the domain
Default Domain Controller policy
The default domain controllers policy is linked to the Domain Controllers OU and specifies default policy settings for all domain controllers in the domain
Group Policy Management Console (GPMC)
The group policy management console can be used to view, create, and management GPOs
GPO nodes in GMPC
Each GPO has two main nodes in the GPMC:
Computer configuration - used to set policies that apply to computer’s within the GPOs scope
User Configuration - used to set policies that apply to all users in the GPOs scope
Account policies
Account policies control settings related to user authentication and logon
Kerberos
Kerberos is the authentication protocol used in a Windows domain environment to authenticate logons and grant accounts access to domain resources
An account policy linked in an OU that contains computer accounts affects what?
Account policies set in GPOs that are linked to an OU containing computer accounts will only affect local user accounts defined in the computer’s SAM database
A service account
A service account is a user account that Windows services use to log on with a specific set of rights and permissions
Managed Service Account (MSA)
A managed service accounts enables administrators to manage rights and permissions for services with automatic password management
Service principal name (SPN)
A service principal name is a name that uniquely identifies a service instance to a client
What does kerberos delegation do?
Kerberos delegation allows a service to impersonate a client, relieving them of having to authenticate to more than one service.