Installation, Storage, and Compute with Windows Server 2016 — Question 119
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
Your network contains an Active Directory forest.
You install Windows Server 2016 on 10 virtual machines.
You need to deploy the Web Server (IIS) server role identically to the virtual machines.
Solution: From Windows System Image Manager, you create an answer file, you copy the file to C:\Sysprep on each virtual machine, and then you run the Apply-
Image cmdlet.
Does this meet the goal?
Answer options
- A. Yes
- B. No
Correct answer: B
Explanation
The solution does not meet the goal because the Apply-Image cmdlet is not the correct method for deploying roles like Web Server (IIS) across multiple machines. Instead, you should use tools like Windows Deployment Services or PowerShell scripts tailored for role installation to ensure an identical setup across all VMs.