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.
The domain is renamed to adatum.com.
Group Policies no longer function correctly.
You need to ensure that the existing GPOs are applied to users and computers. 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.
Gpedit. msc
F.
Import-GPO
G.
Restore-GPO
H.
Set-GPInheritance
I.
Set-GPLink
J.
Set-GPPermission
K.
Gpupdate
L.
Add-ADGroupMember
Explanation:
You can use the gpfixup command-line tool to fix the dependencies that Group Policy objects (GPOs)
and Group Policy links in Active Directory Domain Services (AD DS) have on Domain Name System
(DNS) and NetBIOS names after a domain rename operation.httpHYPERLINK “http://technet.microsoft.com/en-us/library/hh852336(v=ws.10).aspx#_blank”:
//technetHYPERLINK “http://technet.microsoft.com/enus/library/hh852336(v=ws.10).aspx#_blank”. microsoftHYPERLINK
“http://technet.microsoft.com/en-us/library/hh852336(v=ws.10).aspx#_blank”. com/enus/library/hHYPERLINK “http://technet.microsoft.com/enus/library/hh852336(v=ws.10).aspx#_blank”h852336(v=wsHYPERLINK
“http://technet.microsoft.com/en-us/library/hh852336(v=ws.10).aspx#_blank”. 10)HYPERLINK
“http://technet.microsoft.com/en-us/library/hh852336(v=ws.10).aspx#_blank”. aspx
The answer is I = Set-GPLink
https://technet.microsoft.com/en-us/library/ee461061.aspx
you need to fix the gpo! have you ever read this? “Group Policies no longer function correctly.”
provided answer is correct
Answer is correct !- C
Yes C is the correct answer, GPfixup fined the attributes of the old domain and replaces them with the new one.