DRAG DROP
Your network contains an Active Directory domain. The domain contains two domain controllers named DC1 and DC2. DC2 is a virtual machine that is hosted on a Hyper-V host named HyperV1. DC1 holds the PDC emulator operations master role.
You need to create a new domain controller named DC3 by using domain controller cloning.
Which five actions should you perform in sequence before you can import the cloned virtual machine? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.
NOTE: More than one order of answer choices is correct. You will receive credit for any of the correct orders you select.
Select and Place:

Explanation:
Correct
7
0
Correct.
1- We need to grant the source domain controller the permission to be cloned by adding it to the Cloneable Domain Controllers group.
2- Verify the list of critical applications. In production, you need to verify each application or use a domain controller that has fewer applications installed by default. Type the following command :
Get-ADDCCloningExcludedApplicationList –GenerateXML
3- To create the DCCloneConfig.xml file, at the Windows PowerShell command prompt, type the following command, and then press Enter:
New-ADDCCloneConfigFile
4- To shut down DC1, at the Windows PowerShell command prompt, type the following command, and then press Enter:
Stop-Computer
5- On the host computer, in Hyper-V Manager, in the details pane, select the DC1 virtual machine.
In the Actions pane, in DC1 section, click Export.
For more details:
https://medium.com/tech-jobs-academy/cloning-a-domain-controller-why-bother-dbaa6baaab98
https://blogs.technet.microsoft.com/askpfeplat/2012/10/01/virtual-domain-controller-cloning-in-windows-server-2012/
9
0