You have an image named Image1 that contains an installation of Windows 8.1 Pro.
Image1 will be deployed by using Windows Deployments Services (WDS).
You need to ensure that all of the Internet Information Services components are installed when
Image1 is deployed.
Which tool should you run before you deploy the image?
A.
Enable-WindowsOptionalFeature
B.
Add-WindowsPackage
C.
imagex.exe
D.
wdsutil.exe
Explanation:
https://technet.microsoft.com/en-us/library/hh852172.aspx
Enable-WindowsOptionalFeature is the answer, as IIS is included in Windows 8.1. Add-WindowsPackage is used to install an optional MSU or CAB.
https://www.howtogeek.com/112455/how-to-install-IIS-8-on-windows-8/