Group Policy Flashcards
Create and Manage Group Policy
In Group Policy, what is Folder Redirection?
Redirects the user’s common profile folders to a network share or other location
In Group Policy, what are Security Templates?
- Applies specific security settings to specific types of systems
- Do not take effect until imported into GPO and linked
What does this Security Template do?
Setup security.inf
The baseline security for all workstations or member servers out of the box
What does this Security Template do?
Securews.inf
Best described as the middle ground security template for workstations and member servers before moving up to hisecws.inf template
What does this Security Template do?
DCsecurity.inf
The baseline security template for domain controllers out of the box
What does this Security Template do?
Securedc.inf
Best described as the middle ground security template for domain controllers, before moving up to hisecdc.inf template
What does this Security Template do?
Hisecws.inf
The highest level security template available for workstations/member servers.
What does this Security Template do?
Hisecdc.inf
The highest level security template available for domain controllers
What does this Security Template do?
Compatws.inf
Designed to resolve compatibility issues with legacy operating systems
When can Scripts be run using Group Policy?
If added to Computer Configuration, they can run as either a Startup or Shutdown script.
If added to User Configuration, they can run either as a Logon or Logoff script.
What can a GPO be linked to?
Any of the following:
- an AD site
- a domain
- an OU
When multiple GPOs apply to a given user or computer, what is the processing order for them?
Group Policies are processed in this order:
(LSDOU)
- Local GPO
- Site-linked GPOs
- Domain-linked GPOs
- OU-linked GPOs
In the case of conflicts, the GPO processed last will win. Thus, with the LSDOU ordering, the GPO linked closest to the user/computer account wins.
• Additionally, within each container, there may be multiple linked GPOs. So, those GPOs are assigned a “Link Order” that determines their precedence within that container.
What is a GPC?
Group Policy Container
One of the two parts of a GPO.
It is an object in Active Directory; it is stored as an object with attributes and properties, just like any Active Directory object.
What is a GPT?
Group Policy Template
One of the two parts of a GPO.
It is a set of files and folders within SYSVOL.
(Since it is in SYSVOL, that means it is replicated to all DCs.)
When editing a GPO using GP Editor, which Domain Controller does it connect to by default?
The PDC Emulator. Changes are made against the PDC Emulator DC first, and then replicated to all other DCs.
This is the default, but it can be changed.
Where are Group Policy Containers found in Active Directory?
You need to show Advanced Features, then they’re in Systems > Policies, and you’ll see a GPC for each GPO that exists.
The GPCs are named by the GUID of their GPO.
What are Administrative Templates?
GPOs that contain registry settings.
- Allow you to set registry values for either a user or computer.
- Based on ADMX/ADML files which contain the registry values that can be controlled.
- Admin Templates do NOT “tattoo” the registry; meaning, when a policy that contains a setting is removed, it will restore the registry back to how it was before the template was applied. (Though, it’s possible that custom ADMX/ADML files may tattoo the registry.)
In Group Policy, what is IE Maintenance?
It was created to help you configure Internet Explorer settings, but has been deprecated since IE 10 was launched, and since Windows 8.
Any Windows 8 system, or system using IE 10, will not have or process these policies.
In Group Policy, what is the difference between a Policy and a Preference?
There are exceptions, but in general:
- Policies can’t be undone by the user. Policies change settings in applications and processes that are designed to look for these Group Policies.
- Preferences can be undone or changed by the user, as long as they have the rights to do so. Preferences do not require the application to be aware of Group Policy; they just make changes to existing settings to change the default state.
How can GPO’s be configured to apply only to specific computers or users?
There are four methods, that work in different ways and for different situations:
- Linking (linking the GPO to an AD Site, Domain, or OU)
- Security Groups
- WMI Filters
- Item-Level Targeting
In Group Policy, what is Security Filtering?
- Security Filtering applies a GPO to selected AD Users, Computers, or Groups
- By default, all GPOs have security filtering set for “Authenticated Users,” a group which includes all AD user and computer objects.
- To filter, you must remove that default group, then add the objects or groups you want it to apply to.
- You can add any number you want.
In Group Policy, what is WMI Filtering?
- Allow filtering based on WMI queries (hardware or software configurations)
- If the query evaluates to “true,” then the GPO is applied.
- A GPO can only have one WMI filter at a time.
- Example filters could be OS version, processor type (ex., a mobile processor will filter for laptops)
- WMI Filters are created and saved within the Domain. Once created, a GPO can select to be linked to a single WMI Filter.
In Group Policy, what is Item-Level Targeting?
- Only for GP Preferences settings.
- Allows over 20 different possible criteria for filtering an individual GPP setting.
- the GPO could apply widely, but have one particular GPP setting within that GPO which is targeted to a smaller group.
In Group Policy, what is Block Inheritance?
- This is set at a container level, usually a Domain or OU level.
- If set on a container, it prevents any upstream GPOs from applying to the OUs underneath.
- Example: if a Domain is set to Block Inheritance, then any GPOs linked at the site level which would normally apply, will not be applied anywhere in that domain.
- Typically used on OUs that have computers or users to which you don’t want normal settings to apply.
In Group Policy, what is an Enforced Link?
- This is set on GPO links (not containers).
- It has essentially the opposite effect of Block Inheritance.
- When set on a GPO Link, it says, “No matter what is happening downstream, this GPO always wins.”
If there is an OU with Block Inheritance set, which is inside a Domain that has an Enforced GPO linked to it, will the GPO be applied to that OU?
Yes.
Enforced Links trump Blocked Inheritance settings.
In Group Policy, what is “Link Order”?
- Each container in Group Policy may have multiple GPOs linked to it. So, those GPOs are given a “Link Order” that determines their precedence within that container.
- GPOs are processed in reverse order of Link Order, so the lowest numbered GPOs are processed last. (Number 1, at the top of the list, is processed last.)
- (GPO precedence is always determined by “last GPO processed wins.”)