You need to change the precedence order of the GPOs

Your network contains an Active Directory domain named contoso.com. The domain contains more
than 100 Group Policy objects (GPOs). Currently, there are no enforced GPOs.
You have two GPOs linked to an organizational unit (OU) named OU1.
You need to change the precedence order of the GPOs.
What should you use?

Your network contains an Active Directory domain named contoso.com. The domain contains more
than 100 Group Policy objects (GPOs). Currently, there are no enforced GPOs.
You have two GPOs linked to an organizational unit (OU) named OU1.
You need to change the precedence order of the GPOs.
What should you use?

A.
Dcgpofix

B.
Get-GPOReport

C.
Gpfixup

D.
Gpresult

E.
Gpedit. msc

F.
Import-GPO

G.
Restore-GPO

H.
Set-GPInheritance

I.
Set-GPLink

J.
Set-GPPermission
K.
Gpupdate
L.
Add-ADGroupMember

Explanation:

The Set-GPLinkcmdlet sets the properties of a GPO link.
You can set the following properties:
Enabled. If the GPO link is enabled, the settings of the GPO are applied when Group Policy is
processed for the site, domain or OU.
Enforced. If the GPO link is enforced, it cannot be blocked at a lower-level (in the Group Policy
processing hierarchy) container.
Order. The order specifies the precedence that the settings of the GPO take over conflicting settings
in other GPOs that are linked (and enabled) to the same site, domain, or OU.

httpHYPERLINK “http://technet.microsoft.com/en-us/library/ee461022.aspx#_blank”:
//techHYPERLINK “http://technet.microsoft.com/enus/library/ee461022.aspx#_blank”netHYPERLINK “http://technet.microsoft.com/enus/library/ee461022.aspx#_blank”. microsoftHYPERLINK “http://technet.microsoft.com/enus/library/ee461022.aspx#_blank”. com/en-us/library/ee461022HYPERLINK
“http://technet.microsoft.com/en-us/library/ee461022.aspx#_blank”. aspx



Leave a Reply 1

Your email address will not be published. Required fields are marked *

twenty + 11 =


Gary Trembath

Gary Trembath

You can also change the link order of GPO’s within Group Policy Management console.

the PowerShell command is as follows

Set-GPLink -name “Mapped Drives” -Order 4 -Target “OU=Users, OU=Home, DC=home, DC=trembath, DC=com”

this command will move the GPO to the 4th position on the Link Order