Windows Server 2016: Roles and Features
24 Questions
0 Views

Choose a study mode

Play Quiz
Study Flashcards
Spaced Repetition
Chat to Lesson

Podcast

Play an AI-generated podcast conversation about this lesson

Questions and Answers

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. (correct)
  • Set a strong Administrator password. (correct)
  • Configure static IP addresses. (correct)
  • Read the Windows Server 2016 user manual.

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

  • You can't install a server role by using the command line.
  • You can install more than one role at a time. (correct)
  • Server roles can be installed only on online drives.
  • All server role installations require a server restart.

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

  • Installed-WindowsFeature -Show
  • Get-WindowsFeature | where Installed (correct)
  • Show-Features .if. Installed
  • List-Installed Feature

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

<p>Mount the image. (B)</p> Signup and view all the answers

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

<p>False (B)</p> Signup and view all the answers

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)?

<p>dism (A)</p> Signup and view all the answers

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

<p>Pull mode (A), Push mode (C)</p> Signup and view all the answers

Using DSC version 2 in Windows Server 2016? (Choose all that apply.)

<p>Running PowerShell scripts (B), Managing registry settings (C), Deploying software (D)</p> Signup and view all the answers

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

<p>Search Active Directory. (A), Search DNS. (B), Import a file. (D)</p> Signup and view all the answers

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

<p>Add the server to the Trusted Hosts list. (C)</p> Signup and view all the answers

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 to make managing these servers in Server Manager easier?

<p>Create server groups. (A)</p> Signup and view all the answers

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

<p>WinRM (B)</p> Signup and view all the answers

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?

<p>Configure Windows Firewall on the remote computer. (A)</p> Signup and view all the answers

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?

<p>On the remote computer, use the PowerShell command Set-NetFirewallRule – DisplayGroup &quot;Windows Firewall Remote Management&quot; enabled True (A)</p> Signup and view all the answers

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?

<p>Look at the Dependencies tab. (D)</p> Signup and view all the answers

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

<p>Get-Service -DisplayName Hy (C)</p> Signup and view all the answers

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

<p>Windows 7 (A), Windows Server 2008/R2 (B), Windows Server 2003 (D)</p> Signup and view all the answers

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

<p>Capture image (B)</p> Signup and view all the answers

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?

<p>Multicast (C)</p> Signup and view all the answers

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

<p>wdsnbp.com (A)</p> Signup and view all the answers

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?

<p>Run sysprep on the reference computer. (B)</p> Signup and view all the answers

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

<p>It can contain multiple installation images. (A), It's on the DVD in the \sources folder. (D)</p> Signup and view all the answers

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

<p>/preventpending (A)</p> Signup and view all the answers

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

<p>Set-WdsBootImage (B)</p> Signup and view all the answers

Flashcards

Pre-installation Tasks

Set a strong password, configure static IPs, and ensure updates are current.

Role Installation

You can install multiple roles simultaneously.

PowerShell to list roles

Shows installed roles and features.

Install to offline .wim

Mount the image

Signup and view all the flashcards

Offline VHD install

False. You can use DISM too

Signup and view all the flashcards

WIM with WDS

Use dism.

Signup and view all the flashcards

DSC Modes

Push and Pull mode.

Signup and view all the flashcards

DSC Uses

Deploying software, managing registry settings, and running PowerShell scripts.

Signup and view all the flashcards

Adding Servers to Server Manager

Searching Active Directory, importing a file, and searching DNS.

Signup and view all the flashcards

WinRM Negotiation Error

Add the server to the TrustedHosts list.

Signup and view all the flashcards

Managing Many Servers

Create server groups.

Signup and view all the flashcards

Remote PowerShell

WinRM must be running.

Signup and view all the flashcards

Server Core Management Error

Configure Windows Firewall on the remote computer.

Signup and view all the flashcards

Manage Core Firewall

Use PowerShell to enable the Windows Firewall Remote Management rule group.

Signup and view all the flashcards

Service Dependencies

Look at the Dependencies tab.

Signup and view all the flashcards

Get-Service Hyper-V

Shows services related to Hyper-V.

Signup and view all the flashcards

WDS Supported OS

Windows Server 2003, Windows 7, and Windows Server 2008/R2

Signup and view all the flashcards

Image Creation

Capture image.

Signup and view all the flashcards

Simultaneous Deployment

Multicast.

Signup and view all the flashcards

PXE Boot Download

wdsnbp.com

Signup and view all the flashcards

Prepare Reference Computer

Run sysprep on the reference computer.

Signup and view all the flashcards

Install.wim Facts

It can contain multiple installation images and is on the DVD in the \sources folder.

Signup and view all the flashcards

Patching an Image

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

Signup and view all the flashcards

DISM Prevent Restart

/preventpending

Signup and view all the flashcards

PowerShell Image Properties

Set-WdsBootImage

Signup and view all the flashcards

Pre-installation Tasks

Set a strong password, configure static IPs, and ensure updates are current.

Signup and view all the flashcards

Adding Servers to Server Manager

Searching Active Directory, importing a file, and searching DNS.

Signup and view all the flashcards

WDS Simultaneous Deployment

Multicast.

Signup and view all the flashcards

PXE Boot Initial Download

wdsnbp.com

Signup and view all the flashcards

Image System Preparation

Run sysprep on the reference computer.

Signup and view all the flashcards

Study Notes

  • Before installing server roles and features, tasks include setting a strong Administrator password, configuring static IP addresses, and ensuring security updates are current.
  • With Windows Server 2016, one can install more than one role at a time.
  • The PowerShell command Get-WindowsFeature | where Installed displays a list of installed roles and features.
  • To install a feature to an offline image (.wim) file, mounting the image is the initial step.
  • False, installing/uninstalling features to/from an offline VHD file doesn't rely solely on PowerShell cmdlets.
  • The dism command is vital when working with an install image (.wim file) for Windows Deployment Server (WDS).
  • Desired State Configuration operates in Push and Pull modes.
  • With DSC version 2 in Windows Server 2016, you can deploy software, manage registry settings, and run PowerShell scripts.
  • Methods for adding a server to Server Manager include searching Active Directory, importing a file, and searching DNS.
  • The "WinRM Negotiation authentication error" can be resolved by adding the server to the Trusted Hosts list.
  • To efficiently manage 75 servers across five locations using Server Manager, creating server groups is the best approach.
  • WinRM must be running in Windows Server 2016 to remotely manage a server with PowerShell.
  • "Can't be managed" error for Server Core can be resolves by configuring Windows Firewall on the remote computer
  • To manage a Server Core computer's firewall, use the PowerShell command Set-NetFirewallRule –DisplayGroup "Windows Firewall Remote Management" enabled True on the remote computer.
  • Before stopping a service for troubleshooting, check the Dependencies tab to see which other services might be affected.
  • Get-Service -DisplayName Hy it what cmdlet shows list of services related to Hyper-V?
  • With WDS in Windows Server 2016, deploy Windows Server 2003, Windows 7, and Windows Server 2008/R2.
  • A capture image, a special boot image creates an install image from a reference computer.
  • To deploy an image to multiple clients simultaneously while sending data packets only once use Multicast.
  • When a client performs a PXE boot, it first downloads wdsnbp.com from the WDS server.
  • When a client performs a PXE boot, it first downloads wdsnbp.com from the WDS server.
  • Before taking a custom image run sysprep on the reference computer.
  • The Windows Server 2016 install.wim file can contain multiple installation images and is found on the DVD in the \sources folder.
  • Use dism.exe to modify a custom image.
  • The /preventpending DISM option prevents updates requiring a restart from being installed on the target computer.
  • The PowerShell cmdlet Set-WdsBootImage sets properties of a boot image in the WDS image store.

Studying That Suits You

Use AI to generate personalized quizzes and flashcards to suit your learning preferences.

Quiz Team

Related Documents

Windows Server 2016 Quiz PDF

Description

Learn about preparing Windows Server 2016 for roles, installing features, and using PowerShell commands. Understand offline image modification, Desired State Configuration, and Server Manager integration. Explore methods for server management.

More Like This

Use Quizgecko on...
Browser
Browser