Group Policy inheritance
Any Group Policy applied in the upper level of the structure is inherited by a lower level. The order of the inherited policies is based on the LSDOU model that I have explained in a previous section. Group Policy inheritance for each OU can be reviewed using Group Policy Management
MMC.
Once you click on the OU, click on the tab called Group Policy Inheritance
:

The Group Policy inheritance details can also be viewed using the Get-GPInheritance
cmdlet. So, the same information listed in the preceding figure can be viewed using the following command:
Get-GPInheritance -Target "OU=Users,OU=Europe,DC=rebeladmin,DC=com"
In this example, I have one site-linked Group Policy called Site 1
. There are two domain-linked group policies called Root 1
and Root 2
. I also have an OU-linked Group Policy called Test Users
:

In the list, the first precedence goes to the Test Users
Group Policy that is closest to the OU. It is the OU-linked Group Policy. Then, precedence order 2
goes to...