GPOs

Group Policy Object (GPO) | Management | Configuration

Instead of configuring each computer individually, admins use Group Policy Management Console (GPMC) which enables configuration from a central point. It can modify backgrounds, set security settings or apply configurations.

Group Policy Object (GPO)

A Group Policy Object is a collection of policy settings defining appearance and behavior of systems for a group of users or computers.

A GPO consists of:

  • Group Policy Container (GPC): Represents GPO itself, configuration and settings. Distinguished name contains a GUID unique to GPO.

  • Group Policy Template (GPT): Contains settings and configurations as files within the SYSVOL directory on a DC.

GPOs are applied through Organizational Units (OUs).

GPO Delegation

To delegate permissions to link GPOs to a site, domain, or OU, you must have Modify Permissions on that site, domain, or OU. By default, only Domain Administrators and Enterprise Administrators have this permission. Often these rights are delegated to other departmentes like Tech Support. Delegation can be done using gmpc.msc.

Creating a GPO doesnt apply it, its isolated untill we link it to parts in the AD structure like sites, domains, or OUs. Linking activates the rules. With settings that should effect entire network we link the GPO to domain level, marketing would be linked to their OU or site.

GPOs are processed in a particular order

  • Local

  • Site

  • Domain

  • Organization Units (OUs).

Example: Enable Firewal

1

Local GPO Application

Computer first applies Local GPO with startup. GPO enable firewall.

2

Site GPO Application

If any GPOs linked that encompass this computer those GPOs are appplied. Site-Linked GPOs can modify settings applied by Local GPO.

3

Domain GPO Application

After site-linked GPOs, any GPOs linked to the domain and encompassing this computer are applied. Can override Local and Site.

4

Domain GPO Applicatio

The GPOs linked to the OU are applied. For example, this GPO disables the Windows Firewall.

Last updated

Was this helpful?