JSI Tip 2487. What group policies have been applied?

Jerold Schulman

June 12, 2000

1 Min Read
ITPro Today logo in a gray background | ITPro Today


In tip 2486, we enabled user environment event logging.

You can also see a history of the application of group policies by inspecing the registry.

To inspect the group policies applied to your local computer, use Regedt32 to navigate to:

HKEY_LOCAL_MACHINESoftwareMicrosoftWindowsCurrentVersionGroup PolicyHistory

To inspect the group policies applied to your account, navigate to:

HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionGroup PolicyHistory

Each sub-key represents an installed Group Policy Extension and each Group Policy Object is a subkey numbered from 0, the first GPO applied.

The Value Names and meaning are:

DisplayName is the name of the GPO per the Active Directory Management and Group Policy Editor                   administration tool.DSPath      is the Distinguished Name (DN) of the path to the GPO stored in the                    Active Directory (AD).                   Example: LDAP://CN=Machine,CN={GUID of GPO},CN=Policies,CN=System,DC=...                    Not present for Local GPO because there is no local AD storage. FileSysPath is the path to the Group Policy Template (GPT), or file-based policy,                    contained in the Group Policy. This is either the UNC to the domain controller's SYSVOL                   or the local path (%SystemRoot%system32GroupPolicy...).GPOLink     The scope of the GPO:                   0= No link information                   1= The GPO is linked to a machine (local)                   2= The GPO is linked to a Site                   3= The GPO is linked to a Domain                   4= The GPO is linked to an Organizational Unit GPOName     is the GPO name, either friendly or the GUID if stored in the AD.lParam      is used to perform various functions on GPOs. This value can be customized by Group Policy Extensions.Options     is selected by the administrator, such as to enable/disable the GPO or                    force the settings defined in the GPO on subcontainers.Version     is the GPO version when last applied and is used to determine if the GPO has since changed. 


Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like