Chapter 2 - Installing in the Enterprise Flashcards
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/mountanswer.xml/verify
C. Sysprep.exe/reboot/audit/unattend:answer.xml
D. Sysprep.exe/generalize/oobe/unattend:answer.xml
- D. You would use the Sysprep utility. The /generalize options prevents system-specific information from being included in the image.
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. RunDISMandspecifythe/get-ImageInfoparameter.
B. Run Driverquery.exe and use the /si parameter.
C. FromDeviceManager,viewallhiddendrivers.
D. FromWindowsExplorer,openthemountfolder.
- A. The DISM utility with the /get-ImageInfo displays information about images in a WIM or VHD file..
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. SystemPreparationTool D. WDSUTIL
A. 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.
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. WindowsSystemImageManager D. SystemPreparationTool
C. 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.
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
A. 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.
You run a training department that needs the same software installed from scratch on the training computers each week. You decide to use Image Capture Wizard to deploy disk images. Which Windows Server 2016 utility can you use in conjunction with Image Capture Wizard to create these disk images? A. UAF B. Answer Manager C. SetupManager D. SystemPreparationTool
D.Once you have a reference computer installed ,you can use the System Preparation Tool to prepare the computer to be used with disk imaging. Image Capture Wizard is a utility that can be used to create a disk image after it is prepared using the System Preparation Tool. The image can then be transferred to the destination computer(s)
You are trying to decide whether you want to use WDS as a method of installing Windows Server 2016 within your company. Which of the following options is not an advantage to using a WDS automated installation?
A. The Windows Server 2016 security is retained when you restart the computer.
B. Windows Server 2016 installation media does not need to be deployed to each computer.
C. Unique information is stripped out of the installation image so that it can be copied to other computers.
D. You can quickly recover the operating system in the event of a system failure.
C. Unique information is stripped out of the installation image when you use the System Preparation Tool to create a disk image—for example, the unique SID that is applied to every computer. Unique information is then generated when the target computer is installed.
You are the network manager of XYZ Corporation.You are in charge of developing an automated deployment strategy for rolling out new Windows Server 2016 computers. You want to install a WDS server and are evaluating whether an existing server can be used as a WDS server for Windows Server 2016 deployment. Which of the following is not a requirement for configuring the WDS server?
A. The remote installation folder must be NTFS version 3.0or later.
B. The remote installation folder must reside on the system partition.
C. RISmustbeinstalledontheserver.
D. The existing server must run Windows Server 2003 with Service Pack 1 installed.
B.When you configure your WDS server ,the remote installation folder should not reside on the system partition.
You need to disconnect a user running applications on a server. Which application can you use to disconnect a user currently connected to the server?
A. SystemInformation B. Resource Monitor
C. Performance Monitor D. TaskManager
C.You would configure formatting and partitioning information in the WindowsPE component of the answer file. The options specified in this configuration pass will occur before the image will be copied to the local computer.
Youwanttoinstallagroupof25computersusingdiskimagescreatedinconjunctionwith the System Preparation Tool. Your plan is to create an image from a reference computer and then copy the image to all the machines. You do not want to create an SID on the destination computer when you use the image. Which Sysprep.exe command-line option should you use to set this up? A. /specialize B. /generalize C. /oobe D. /quiet
B.The/generalize option prevents system-specific information from being included in the image. The Sysprep.exe command can be used with a variety of options. You can see a complete list by typing sysprep/? at a command-line prompt.