Administering Windows Server 2012 — Question 56
Your network contains an Active Directory domain named adatum.com. The domain contains a domain controller named Server1 that runs Windows Server 2012
R2.
You obtain an English Administrative Template for an application named App1. The Administrative Template includes two files named App1.admx and App1.adml.
You need to be able to configure App1 by using a Group Policy on Server1.
What should you copy?
Answer options
- A. App1.admx to the C:\Windows\PolicyDefinitions folder and App1.adml to the C:\Windows\PolicyDefinitions\en-US folder
- B. App1.admx and App1.adml to the C:\Windows\System32\GroupPolicy folder
- C. App1.adml to the C:\Windows\PolicyDefinitions folder and App1.admx to the C:\Windows\PolicyDefinitions\en-US folder
- D. App1.admx and App1.adml to the C:\Windows\SYSVOL\sysvol\Adatum.com\Policies folder
Correct answer: A
Explanation
The correct answer is A because the .admx file needs to be placed in the PolicyDefinitions folder, and the corresponding .adml file must go into the specific language folder, which is en-US in this case. Options B, C, and D are incorrect as they place the files in the wrong directories, which would prevent the Group Policy from recognizing the Administrative Template properly.