Your network contains an Active Directory forest named contoso.com.
You plan to automate the deployment of servers that run Windows Server 2012.
You identify the following requirements for the deployment:
• Update the custom images that will be used for the deployment.
• Add custom drivers to the images that will be used for the deployment.
• Add software packages to the images that will be used for the deployment.
• Perform a zero touch bare-metal installation that uses Wake On LAN.
A network consultant recommends using Windows Deployment Services (WDS) and the
Windows Assessment and Deployment Kit (Windows ADK) to deploy the servers.
You need to identify which requirements are achieved by using the consultant’s
recommendations.
Which requirements should you identify? (Each correct answer presents part of the solution.
Choose all that apply.)
A.
Update the custom images used for the deployment.
B.
Add software packages to the images used for the deployment.
C.
Perform a zero touch bare-metal installation that uses Wake On LAN.
D.
Add custom drivers to the images used for the deployment.
A, B and D this should be.
WDS can perform all of the above except for bare-metal installations.
Agred. SIM (system image manager) part of ADK can include packages (feature packs, foundatiuons, language packs, products, updates)into images.
Windows ADK can’t add software packages. The Windows ADK helps you to customize, deploy Windows images. Windows deployment is a scenario that applies to both OEM and IT Professionals. However, there are additional tools included in the Windows ADK that are specifically for IT Professionals evaluating application compatibility, user data migration, and volume license activation.
Source: https://technet.microsoft.com/en-us/library/hh825039.aspx
On the site you have provided there is an another link to SIM description: https://technet.microsoft.com/en-us/library/hh824929.aspx
and there you can read:
“You can also add packages to be installed during Windows Setup.”
There you can read a complete instruction how to use SIM, the part of ADK, to inlude package into image:
https://technet.microsoft.com/en-us/library/hh825235.aspx
Correct Answer is: AD
Agree with answer AD
AD
This is kind of confusing. We _can_ install additional software to a mounted wim-image by using dism.exe. However if the addition software package requires writes to the registry it won’t work. A simple copy job of a bunch of .exe, etc. files would work…
You will need MDT for Software Deployment. It leverages the ADK. A&D.