C02.Automated Windows 10 Deployments Flashcards
- You are the network administrator for your organization. You have a reference computer that runs Windows 10. You need to create and deploy an image of the Windows 10 computer.
You create an answer file named answer.xml. You have to make sure 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
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 10 Windows Image (WIM) that is mounted. You need to view the list of third-party drivers installed on the WIM. What should you do?
A. Run DISM and specify the /get-drivers 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.
A. Run DISM and specify the /get-drivers parameter.
- A. The DISM utility with the /get-drivers switch allows you to find out which drivers are installed on the WIM.
- You are the network administrator for a large organization. You are in charge of developing a plan to install 200 Windows 10 computers in your company’s data center. You decide to use WDS. You are using a Windows Server 2012 R2 domain and have verified that your network meets the requirements for using WDS. What command-line utility should you use to configure the WDS server?
A. Image Capture Wizard
B. WDSUTIL
C. Setup.exe
D. The WDS icon in Control Panel
B. WDSUTIL
- B. WDSUTIL is a command-line utility that can be used to configure the WDS server. Several other configuration options need to be specified on the WDS server, and you can set them using WDSUTIL.
- 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 10 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
C. Windows System Image Manager
- C. Windows System Image Manager (SIM) is used to create unattended answer files in Windows 10. It uses a GUI-based interface to set up and configure the most common options that are used within an answer file.
- Bob is using WDS to install 100 clients that are identically configured. The first 65 computers are installed with no problems. When he tries to install the other 35, the machines all receive a 169.254.x.x number along with an error. Which of the following
would cause this failure?
A. The WDS server has been authorized to serve only 65 clients.
B. The WINS server is no longer available.
C. The DHCP server does not have enough IP addresses to allocate to the WDS clients.
D. The network bandwidth has become saturated.
C. The DHCP server does not have enough IP addresses to allocate to the WDS clients.
- C. To access the WDS server, the WDS clients must be able to access the DHCP server. Each WDS client will use an IP address from the DHCP server’s scope, so you should ensure that the DHCP server has enough addresses to accommodate all of the WDS clients.
- 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 10 utility can you use in conjunction with Image Capture Wizard to create these disk images?
A. UAF
B. Answer Manager
C. Setup Manager
D. System Preparation Tool
D. System Preparation Tool
- 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 10 within your company. Which of the following options is not an advantage to using a WDS automated installation?
A. The Windows 10 security is retained when you restart the computer.
B. Windows 10 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 so that it can be copied to other computers.
- 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 10 computers. You want to install a WDS server and are evaluating whether an existing server can be used as a WDS server for Windows 10 deployment. Which of the following is not a requirement for configuring the WDS server?
A. The remote installation folder must be NTFS version 3.0 or later.
B. The remote installation folder must reside on the system partition.
C. RIS must be installed on the server.
D. The existing server must run Windows Server 2003 with Service Pack 1 installed.
B. The remote installation folder must reside on the system partition.
- B. When you configure your WDS server, the remote installation folder should not reside on the system partition.
- You are using WDS to install 20 Windows 10 computers. When the clients attempt to use WDS, they are not able to complete the unattended installation. You suspect that the WDS server has not been configured to respond to client requests. Which one of the following utilities would you use to configure the WDS server to respond to client requests?
A. Active Directory Users and Computers
B. Active Directory Users and Groups
C. WDS MMC snap-in
D. WDSMAN
C. WDS MMC snap-in
- C. You enable WDS servers to respond to client requests through the Windows Deployment Services (WDS) Microsoft Management Console (MMC) snap-in. In the PXE Properties dialog box, enable the option Respond To Client Computers.
- You want to install a group of 25 computers using disk images created in conjunction with 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. /generalize
- 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.