Installation, Storage, and Compute with Windows Server 2016 — Question 257
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: You use Windows PowerShell Desired State Configuration (DSC) to create a default configuration, and then you apply the configuration to the virtual machines.
Does this meet the goal?
Answer options
- A. Yes
- B. No
Correct answer: A
Explanation
Using Windows PowerShell Desired State Configuration (DSC) allows you to define the desired state of your servers, ensuring that the Web Server (IIS) role is deployed consistently across all virtual machines. This approach meets the goal effectively, while simply stating 'No' does not provide a viable solution for identical deployment.