READ Free Dumps For Microsoft- 70-410
Question ID 9789 | 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.)
|
Option A | Add the computer account of DC1 to the Cloneable Domain Controllers group.
|
Option B | Create a DCCloneConfig.xml file on DC1.
|
Option C | Add the computer account of DC3 to the Cloneable Domain Controllers group.
|
Option D | Run the Enable-AdOptionalFeaturecmdlet.
|
Option E | Modify the contents of the DefaultDCCIoneAllowList.xml file on DC1.
|
Correct Answer | AB |
Explanation Explanation/Reference: 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. Reference: Virtual Domain Controller Cloning in Windows Server 2012.
Question ID 9790 | HOTSPOT
Your network contains an Active Directory domain named contoso.com. Domain controllers run either Windows Server 2008 R2 or Windows Server 2012 R2. All
client computers run Windows 8.
All computer accounts are located in an organizational unit (OU) named OU1.
You create a Group Policy object (GPO) that contains several AppLocker rules. You link the GPO to OU1.
You need to ensure that the AppLocker rules apply to all of the client computers.
What should you configure in the GPO?
To answer, select the appropriate service in the answer area.
Hot Area:
|
Option A | Correct Answer:
|
Correct Answer | A |
Explanation Explanation/Reference: Explanation: Configuring the Application Identity will specify where the Group Policy will be applied. References: http://www.grouppolicy.biz/2012/08/how-manage-published-a-k-a-metro-apps-in-windows-8- using-grouppolicy/ Exam Ref: 70-410: Installing and Configuring Windows Server 2012 R2, Chapter 6: Create and manage Group Policy, Objective 6.3: Configure application restriction policies, p.341