PrepAway - Latest Free Exam Questions & Answers

Which two actions should you perform?

Your network contains an Active Directory forest named contoso.com. The forest contains a single
domain. All servers run Windows Server 2012 R2. The domain contains two domain controllers
named DC1 and DC2. Both domain controllers are virtual machines on a Hyper-V host.
You plan to create a cloned domain controller named DC3 from an image of DC1.
You need to ensure that you can clone DC1.
Which two actions should you perform? (Each correct answer presents part of the solution. Choose
two.)

PrepAway - Latest Free Exam Questions & Answers

A.
Add the computer account of DC1 to the Cloneable Domain Controllers group.

B.
Create a DCCloneConfig.xml file on DC1.

C.
Add the computer account of DC3 to the Cloneable Domain Controllers group.

D.
Run the Enable-AdOptionalFeaturecmdlet.

E.
Modify the contents of the DefaultDCCIoneAllowList.xml file on DC1.

Explanation:
A)
Cloneable Domain Controllers Group There’s a new group in town. It’s called Cloneable Domain
Controllers and you can find it in the Users container. Membership in this group dictates whether a
DC can or cannot be cloned. This group has some permissions set on the domain head that should
not be removed. Removing these permissions will cause cloning to fail. Also, as a best practice, DCs
shouldn’t be added to the group until you plan to clone and DCs should be removed from the group
once cloning is complete. Cloned DCs will also end up in the Cloneable Domain Controllers group.
B)
DCCloneConfig.xml
There’s one key difference between a cloned DC and a DC that is being restored to a previous
snapshot:
DCCloneConfig.XML.
DCCloneConfig.xml is an XML configuration file that contains all of the settings the cloned DC will
take when it boots. This includes network settings, DNS, WINS, AD site name, new DC name and
more. This file can be generated in a few different ways.
The New-ADDCCloneConfigcmdlet in PowerShell
By hand with an XML editor
By editing an existing config file, again with an XML editor.
Virtual Domain Controller Cloning in Windows Server 2012.

2 Comments on “Which two actions should you perform?

  1. AleksKOr says:

    Detailed Description

    The New-ADDCCloneConfigFile cmdlet performs prerequisite checks for cloning a domain controller when run locally on the domain controller being prepared for cloning. This cmdlet generates a clone configuration file, DCCloneConfig.xml, at an appropriate location, if all prerequisite checks succeed.

    There are two modes of operation for this cmdlet, depending on where it is executed. When run on the domain controller that is being prepared for cloning, it will run the following pre-requisite checks to make sure this domain controller is adequately prepared for cloning:

    — Is the PDC emulator FSMO role hosted on a domain controller running Windows Server 2012?
    — Is this computer authorized for domain controller cloning (i.e. is the computer a member of the Cloneable Domain Controllers group)?
    — Are all program and services listed in the output of the Get-ADDCCloningExcludedApplicationList cmdlet captured in CustomDCCloneAllowList.xml?

    If these pre-requisite checks all pass, the New-ADDCCloneConfigFile cmdlet will generate a DCCloneConfig.xml file at a suitable location based on the parameter values supplied. This cmdlet can also be run from a client (with Remote Server Administration Tools) and used to generate a DCCloneConfig.xml against offline media of the domain controller being cloned; however, none of the pre-requisite checks is performed in this usage mode. This usage is intended to generate DCCloneConfig.xml files with specific configuration values for each clone on copies of the offline media.




    0



    0

Leave a Reply