openskills.info
Group Policy logoCourse Preview

Group Policy

Group Policy is Windows infrastructure for centrally configuring users and computers. In an Active Directory domain, administrators place settings in Group Policy Objects and link them to sites, domains, or organizational units so clients can calculate and apply the settings in scope.

itWindows and Microsoft infrastructure

Group Policy

Group Policy is a Windows configuration system. It lets administrators define computer and user settings once, place them in a Group Policy Object (GPO), and apply them across an Active Directory Domain Services environment. A local GPO can also configure one Windows computer without a domain.

The name can be misleading. A domain GPO does not attach directly to an Active Directory group. Administrators link it to a site, domain, or organizational unit (OU), then use permissions or a Windows Management Instrumentation (WMI) filter to narrow which users and computers can apply it.

Architecture: one object, two stored parts

A domain GPO is a logical object with two synchronized parts:

  • The Group Policy container (GPC) is an Active Directory object. It holds metadata such as the GPO identifier, version, status, permissions, and references to client-side extensions.
  • The Group Policy template (GPT) is a folder under the domain's SYSVOL share. It holds file-based policy data, scripts, security settings, and a version file.

Active Directory replication carries the container. SYSVOL replication carries the template. Clients need both parts to represent the same GPO version. A replication or connectivity problem can therefore make a correct setting appear missing or stale.

Administrative Template files do not store configured policy values. ADMX files define the settings that editors display, while language-specific ADML files provide localized text. A domain Central Store under SYSVOL gives administrators a shared template set. The templates expose settings; the GPO stores the choices made with those settings.

Continue the course

This section is part of the paid course.

See pricing to subscribe, or log in if you already have access.

Where this skill leads

Relevant careers

See how this topic contributes to broader role-level skill maps.

Sources