Home
1.
You are the network administrator for your organization. You have a reference computer that runs Windows Server 2016. You need to create and deploy an image of the Windows Server 2016 computer. You create an answer file named answer.xml. You have to make sure that the installation applies the answer file after you deploy the image. Which command should you run before you capture the image?
  • A.
    ICD.exe /append answer.xml/check
  • B.
    ICD.exe /mount answer.xml/verify
  • C.
    Sysprep.exe/reboot/audit/unattend:answer.xml
  • D.
    Sysprep.exe/generalize/oobe/unattend:answer.xml
  • Answer & Explanation
  • Report
Answer : [D]
Explanation :
You would use the Sysprep utility. The /generalize options prevents system-specific information from being included in the image.
Report
Name Email  
2.
You have a Windows Server 2016 Windows Image (WIM) that is mounted. You need to display information about the image. What should you do?
  • A.
    Run DISM and specify the /get-ImageInfo parameter.
  • B.
    Run Driverquery.exe and use the /si parameter.
  • C.
    From Device Manager, view all hidden drivers.
  • D.
    From Windows Explorer, open the mount folder.
  • Answer & Explanation
  • Report
Answer : [A]
Explanation :
The DISM utility with the /get-ImageInfo displays information about images in a WIM or VHD file..
Report
Name Email  
3.
You are a network technician for your company, and you need to deploy Windows Server 2016 to multiple computers. You want to automate the installation of Windows Server 2016 so that no user interaction is required during the installation process. Which of the following utilities could you use?
  • A.
    Windows SIM
  • B.
    Image Capture Wizard
  • C.
    System Preparation Tool
  • D.
    WDSUTIL
  • Answer & Explanation
  • Report
Answer : [A]
Explanation :
SIM is a graphical utility that can be used to create an answer file. Answer files can be used to automate the installation routine so that no user interaction is required.
Report
Name Email  
4.
Will is the network manager for a large company. He has been tasked with creating a deployment plan to automate installations for 100 computers that need to have Windows Server 2016 installed. Will wants to use WDS for the installations. To fully automate the installations, he needs to create an answer file. Will does not want to create the answer files with a text editor. What other program can he use to create unattended answer files via a GUI interface?
  • A.
    Image Capture Wizard
  • B.
    Answer Manager
  • C.
    Windows System Image Manager
  • D.
    System Preparation Tool
  • Answer & Explanation
  • Report
Answer : [C]
Explanation :
Windows System Image Manager (SIM) is used to create unattended answer files in Windows Server 2016. It uses a GUI-based interface to set up and configure the most common options that are used within an answer file.
Report
Name Email  
5.
You want to initiate a new installation of Windows Server 2016 from the command line. You plan to accomplish this by using the Setup.exe command-line setup utility. You want to use an answer file with this command. Which command-line option should you use?
  • A.
    /unattend
  • B.
    /apply
  • C.
    /noreboot
  • D.
    /generalize
  • Answer & Explanation
  • Report
Answer : [A]
Explanation :
The /unattend option can be used with the Setup.exe command to initiate an unattended installation of Windows Server 2016. You should also specify the location of the answer file to use when using the Setup.exe utility.
Report
Name Email