13.4k views
0 votes
What is the order of precedence for group policy processing?

a. local group policy, domain policy, site policy, ou policy
b. local group policy, site policy, domain policy, ou policy
c. local group policy, ou policy, domain policy, site policy.
d. local group policy, domain policy, ou policy, site policy

User Stevel
by
8.0k points

1 Answer

7 votes

Final answer:

The correct order of precedence for Group Policy processing is Local Group Policy, Site Policy, Domain Policy, OU Policy, corresponding to option b. Each level of group policy potentially overrides settings from the previous level, with OU policies having the highest specific priority. The correct answer is option b.local group policy, site policy, domain policy, ou policy.

Step-by-step explanation:

Group policy:

In Windows operating systems, Group Policy settings are processed in a specific order to determine the final set of policies applied to a computer or user. This order ensures that the most specific policy applied closest to the user or computer will have the highest priority, potentially overwriting settings inherited from a broader scope.

The order of Group Policy processing is as follows:

  1. Local Group Policy - This is configured directly on the local computer and is the first level of policy applied.
  2. Site Policy - These policies are linked to Active Directory sites and are applied after local policies.
  3. Domain Policy - Policies applied at the domain level override site policies.
  4. OU Policy - Lastly, policies assigned to Organizational Units (OUs) within the domain take precedence over domain and site policies, as they are closest in scope to user objects or computer objects.

This hierarchy is known as LSDOU, an acronym representing the sequence of Local, Site, Domain, and Organizational Unit policy applications.

User Ashley Alvarado
by
8.1k points