Configuring Advanced Windows Server 2012 Services — Question 80
Your network contains an Active Directory domain named contoso.com.
The domain contains a server named Server1 that runs Windows Server 2012 R2.
You need to ensure that a WIM file that is located on a network share is used as the installation source when installing server roles and features on Server1.
Which two actions should you perform? (Each correct answer presents part of the solution. Choose two.)
Answer options
- A. Run the dism.exe command and specify the /remove-package parameter.
- B. Run theRemove-WindowsFeature cmdlet.
- C. Enable and configure the Specify settings for optional component installation and component repair policy setting by using a Group Policy object (GPO).
- D. Enable the Enforce upgrade component rules policy setting by using aGroup Policy object (GPO).
- E. Run the Remove-WindowsPackage cmdlet.
Correct answer: A, C
Explanation
The correct actions are A and C. Running dism.exe with the /remove-package parameter is not relevant for using a WIM file as a source; instead, enabling the GPO for optional component installation is crucial for allowing Server1 to access the WIM file. The other options (B, D, E) do not contribute to configuring the installation source using the WIM file.