Chapter 3 Study Guide Configuring and Managing Windows Server 2016
Chapter 3 Study Guide Configuring and Managing Windows Server 2016
1. Which options, in most cases, should be chosen when you run sysprep?
a. Shutdown
b. Generalize
c. Enter System Out-of-Box Experience (OOBE)
2. Server Manager will allow you to manage all roles and features installed on any server, and view
the status of all your servers.
a. True
3. Which of the following technologies are required to be available on a network to support WDS?
a. DNS Server
b. PXE-compatible NICs
c. DHCP Server
4. Which of the following operations are considered to be crucial tasks that should be performed
before installing server roles and features?
a. Administrator has a strong password
b. Security updates are current
c. Static IP addresses have been configured
5. To utilize the Services snap-in within MMC on a remote computer, what firewall rule group must
be enabled?
a. Remote Service Management
6. When using PowerShell, what cmdlet can be utilized to retrieve a list of services?
a. Get-Service
7. To work with install images (.wim files), you use the dism.exe command.
a. True
8. What minimal operating system has only the services needed to access the network, work with
files, copy disk images, and jump-start a Windows installation?
a. Windows Preinstallation Environment
9. What Desired State Configuration mode is being used when a server configuration is manually
sent to one or more target servers by an administrator?
a. Push mode
10. What type of image can be used to boot a client computer, usually from a CD/DVD or a flash
device, that cannot use PXE?
a. Discover
11. As an administrator, you need to add a server to Server Manager. The server where you are
running Server Manager is a member of a domain and the server you want to add is also a
domain member. Which of the following are valid ways to add the additional server?
a. Search Active Directory
b. Import a text file
c. Search DNS
12. Which of the following best describes a computer that will be used with a capture image and is
basically a prototype with an installed and configured OS?
a. Reference computer
13. Which versions of Windows server cannot be managed using Server Manager if you are
currently operating from a server running Windows Server 2012?
a. Windows Server 2016
14. If a system administrator would like to use the netsh command to configure a firewall remotely,
what must be done before the firewall can be configured?
a. Windows Firewall Remote Management group rules must be enabled on the remote
computer.
15. Select the term used to describe a network communication method for delivering data to a
select group of computers on a network simultaneously.
a. Multicasting
16. The Windows Server 2016 remote management features are enabled via what Windows
component?
a. Windows Remote Management (WinRM)
17. What command will allow you to update an image with patches, drivers, hotfixes, and service
packs without having to recreate the entire image?
a. dism.exe
18. What PowerShell cmdlet can be utilized to pause a specified running service, or multiple services
that are separated by a comma?
a. Suspend-Service
19. What bootstrap program is a WDS component that a WDS client downloads when performing a
network boot?
a. Wdsnbp.com
20. When using Windows Deployment Services, you do not need to have the installation media
ready and sit at the server console as Windows performs the task of OS installation.
a. True
21. Which firewall rule group must be enabled to allow for the remote use of the Task Scheduler
snap-in?
a. Remote Scheduled Tasks Management
22. What Desired State Configuration mode is being utilized when servers can obtain their
configurations from a central server by using standard web protocols?
a. Pull mode
23. Which of the following firewall rule groups will enable the use of the Performance Monitor
snap-in?
a. Performance Logs and Alerts
24. What type of environment can be built into a NIC that allows a computer to boot from an image
stored on a network server?
a. Preboot eXecution Environment (PXE)
25. When an administrator needs to install or uninstall roles and features to and from an offline
VHD file, what PowerShell option can be used?
a. -VHD
26. What PowerShell command will install the WDS role, and by default install the necessary
features and both role services?
a. Install-WindowsFeature WDS
27. How can an administrator mount an image to install a hot-fix containing an updated security
patch?
a. Dism
28. Which of the following is a task or process that runs in the background, behind the scenes?
a. Service
29. Which of the following is a container where you can organize images with common properties?
a. Image group
30. What PowerShell cmdlet will start the WinRM service and configure the firewall for remote
management?
a. Winrm quickconfig
31. What PowerShell cmdlet can be used by an administrator to install a specific server role?
a. Install-WindowsFeature
32. An administrator can run a PowerShell command on a remote server using which additional
element?
a. -ComputerName
33. Server Core includes the COM1 Network Access firewall group and the firewall rules for all the
MMC snap-ins.
a. False
34. What file extension is used for Windows install images that can be deployed with Windows
Deployment Service?
a. .wim
35. You can use PowerShell to add and remove server roles from a Server Core server, but not a
Desktop Experience server.
a. False