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 need to prevent all of the GPOs at
the site level and at the domain level from being applied to users and computers in an organizational unit (OU)
named OU1. You want to achieve this goal by using the minimum amount of Administrative effort. What should
you use?
A.
dcgpofix
B.
Get-GPOReport
C.
Gpfixup
D.
Gpresult
E.
Gptedit.msc
F.
Import-GPO
G.
Import-GPO
H.
Restore-GPO
I.
Set-GPInheritance
J.
Set-GPLink
K.
Set-GPPermission
L.
Gpupdate
M.
Add-ADGroupMember
dcgpofix – Recreates the default Group Policy Objects (GPOs) for a domain.
Get-GPOReport – Generates a report either in XML or HTML format for a specified GPO or for all GPOs in a domain.
Gpfixup – Fix domain name dependencies in Group Policy Objects and Group Policy links after a domain rename operation.
Gpresult – Displays the Resultant Set of Policy (RSoP) information for a remote user and computer.
Gptedit.msc – GPO Editor
Import-GPO – Imports the Group Policy settings from a backed-up GPO into a specified GPO.
Restore-GPO – Restores one GPO or all GPOs in a domain from one or more GPO backup files.
Set-GPInheritance – Blocks or unblocks inheritance for a specified domain or organizational unit (OU).
Set-GPLink – Sets the properties of the specified GPO link.
Set-GPPermission – Grants a level of permissions to a security principal for one GPO or all the GPOs in a domain.
Gpupdate – Refreshes local and Active Directory-based Group Policy settings, including security settings.
Add-ADGroupMember – Adds one or more members to an Active Directory group.
Thanks Researcher, very useful!