Identity with Windows Server 2016 — Question 47
Your network contains an Active Directory domain named contoso.com.
You have an organizational unit (OU) named OU1 that contains the computer accounts from two servers and the user account of a user named User1. A Group
Policy object (GPO) named GPO1 is linked to OU1.
You have an application named App1 that installs by using an application installer named App1.exe.
You need to publish App1 to OU1 by using Group Policy.
What should you do?
Answer options
- A. Create a Config.zap file and add a file to the File System node to the Computer Configuration node of GPO1.
- B. Create a Config.xml file and add a software installation package to the User Configuration node of GPO1.
- C. Create a Config.zap file and add a software installation package to the User Configuration node of GPO1.
- D. Create a Config.xml file and add a software installation package to the Computer Configuration node of GPO1.
Correct answer: C
Explanation
The correct answer is C because publishing applications through Group Policy for user accounts requires using a Config.zap file along with a software installation package in the User Configuration node. Options A, B, and D are incorrect because they either use the wrong file type or place the installation package in the wrong configuration node.