Group Policy
Last updated
Last updated
Are set of policies/rules/action that apply to AD and .
Group policy objects.
Each GPO has a set of policies.
GPOs can be applied to the machines or just the user's session.
GPO scope
GPOs are attached to one of the following containers:
Domain
Organisational Units
Site
GPO precedence:
Organisational Unit
Domain
Site
Local Policies
Local Policies have the lowest preference, while OUs have the highest preference.
AD GPOs can specifiy itself with "No Override", which will have the highest preference, even above OUs.
GPOs can have query associated will allows it to filter the computer to which the GPOs is being applied to.
Group Policies are update every 90 minutes by every system except the domain controller. DCs update every 5 minutes.
GUIDs are used to identify GPOs.
Directories stored in //<domain>/SYSVOL/<domain>/Policies
share folder.
Each folder is named as the GUID of the GPO.
Each directory contains:
Adm: Contains all the .adm files for this Group Policy template.
Scripts: Contains all the scripts and related files for this Group Policy template.
User: Includes a Registry.pol file that contains the registry settings that are to be applied to users. When a user logs on to a computer, this Registry.pol file is downloaded and applied to the HKEY_CURRENT_USER portion of the registry. The User folder contains an Applications sub-folder.
User/Applications: Contains the application advertisement script files (.aas) that are used by the operating system-based installation service. These files are applied to users.
Machine: Includes a Registry.pol file that contains the registry settings that are to be applied to computers. When a computer initialises, this Registry.pol file is downloaded and applied to the HKEY_LOCAL_MACHINE portion of the registry. The Machine folder contains an Applications sub-folder.
Machine/Applications: Contains the .aas files that are used by the operating system-based installation service. These files are applied to computers.
GPOs are located at CN=Policies,CN=System,DC=Dragon,DC=local
Can be queried with:
GPOs are linked to the OUs and Sites using it's gPlink
property
A Computer or User looks for it's GPO in it's OU's gPlink
property.