Your network contains an Active Directory domain named adatum.com. All domain controllers run Windows Server 2012. The domain contains a virtual machine
named DC2. On DC2, you run Get-ADDCCloningExcludedApplicationList and receive the output shown in the following table.
You need to ensure that you can clone DC2. Which two actions should you perform? (Each correct answer presents part of the solution. Choose two.)
A.
Create an empty file named CustomDCClonesAllowList.xml
B.
Add the following information to the DCCloneConfigSchema.xsd <AllowList>
<Allow>
<Name>App1</Name>
<Type>Service</Type>
</Allow>
</AllowList>
C.
Create a filename DCCloneConfig.xml that contains the following information <AllowList>
<Allow>
<Name>App1</Name>
<Type>Service</Type>
</Allow>
</AllowList>
D.
Create a filename CustomDCCloneAllowList.xml that contains the following information <AllowList>
<Allow>
<Name>App1</Name>
<Type>Service</Type>
</Allow>
</AllowList>
E.
Create an empty file named DCCloneConfig.xml
D.
Create a filename CustomDCCloneAllowList.xml that contains the following information
App1
Service
E.
Create an empty file named DCCloneConfig.xml
https://dirteam.com/sander/2012/09/10/new-features-in-active-directory-domain-services-in-windows-server-2012-part-13-domain-controller-cloning/