Unit 3 Quiz

You need to stop a service so that you can do some troubleshooting. Before you stop it, you need to see whether any other services will be affected by this action. What should you do?

Look at the Dependencies tab.

Which of the following modes does Desired State Configuration operate in? (Choose all that apply.)

Push mode
Pull mode

You're managing 75 servers from a single Server Manager console and find you're wasting a lot of time scrolling through the list of servers to find the one you want to manage. You have five locations with about 15 servers in each location. What can you do

Create server groups.

If you want to deploy an image to multiple client computers at the same time but send data packets only once, what WDS feature should you use?

Multicast

Which of the following PowerShell cmdlets sets properties of a boot image in the WDS image store?

Set-WdsBootImage

You want to be able to manage a Server Core computer's firewall by using the Windows Firewall with Advanced Security snap-in. What should you do?

On the remote computer, use the PowerShell command Set-NetFirewallRule -DisplayGroup "Windows Firewall Remote Management" -enabled True.

Which of the following configuration tasks can be automated when using DSC version 2 in Windows Server 2016? (Choose all that apply.)

Running PowerShell scripts
Managing registry settings
Deploying software

You want to install a feature to an offline image (.wim) file. What do you do first?

Mount the image.

Which of the following dism options prevents updates that require a restart from being installed on the target computer?

/preventpending

Which operating system can be deployed with WDS in Windows Server 2016? (Choose all that apply.)

Windows Server 2008/R2
Windows 7
Windows Server 2003

Which cmdlet shows a list of services related to Hyper-V?

Get-Service -DisplayName Hy*

In Windows Server 2016, what must be running to allow you to manage a server remotely with PowerShell?

WinRM

Which of the following is true about the Windows Server 2016 install.wim file? (Choose all that apply.)

It's on the DVD in the \sources folder.
It can contain multiple installation images.

Which of the following is a method for adding a server to Server Manager? (Choose all that apply.)

Import a file.
Search DNS.
Search Active Directory.

Last week, you created a custom install image from a reference computer with plans to deploy the image tomorrow. The reference computer has already been put into service for other purposes. Today, you discover that a critical security patch for IIS has be

Use dism.exe to modify the image before deploying it.

You can install and uninstall features to and from an offline VHD file only by using PowerShell cmdlets. True or False?

FALSE

Which of the following commands should be used when working with an install image (.wim file) that will be deployed with Windows Deployment Server (WDS)?

dism

When a client performs a PXE boot, which of the following does it download from the WDS server first?

wdsnbp.com

Which of the following is a special boot image that creates an install image from a reference computer?

Capture image

Which PowerShell command shows a list of installed roles and features?

Get-WindowsFeature | where Installed

You're creating a reference computer for the purpose of creating a custom install image. You have installed the OS, made your configuration changes, and installed the applications you want. What should you do next?

Run sysprep on the reference computer.

You right-click a Server Core server in Server Manager and click Computer Management. You see an error indicating that the server can't be managed. What should you do to solve the problem?

Configure Windows Firewall on the remote computer.

Which of the following is true about installing roles and features in Windows Server 2016?

You can install more than one role at a time.

You add a server to Server Manager but see the error message "WinRM Negotiation authentication error." What should you do?

Add the server to the TrustedHosts list.

Which of the following is a task you should perform before installing server roles and features? (Choose all that apply.)

Make sure security updates are current.
Configure static IP addresses.
Set a strong Administrator password.