Your network contains an Active Directory domain named contoso.com. The domain contains six domain
controllers. The domain controllers are configured as shown in the following table.
The network contains a server named Server1 that has the Hyper-V server role installed. DC6 is a virtual
machine that is hosted on Server1.
You need to ensure that you can clone DC6.
What should you do?
A.
Transfer the schema master to DC6.
B.
Transfer the PDC emulator to DC5.
C.
Transfer the schema master to DC4.
D.
Transfer the PDC emulator to DC2.
Explanation:
A deployed Windows Server 2012 domain controller (virtualized or physical) that hosts the PDC emulator role
(DC1). To verify whether the PDC emulator role is hosted on a Windows Server 2012 domain controller, run
the following Windows PowerShell command:
Get-ADComputer (Get-ADDomainController –Discover –Service “PrimaryDC”).name –
Propertyoperatingsystemversion|fl
http: //technet. microsoft. com/en-us/library/hh831734. aspx#steps_deploy_vdc
To clone a virtualized DC. DC6 must have access to pdc FSMO hosted on a win2012 dc
“The PDC emulator role holder must be online and available to the cloned DC and must be running Windows Server 2012.”
https://blogs.technet.microsoft.com/askpfeplat/2012/10/01/virtual-domain-controller-cloning-in-windows-server-2012/