Microsoft Windows Server
2022, 4th Edition by Jason W.
Eckert | Updated for
2025/2026 to Ensure You Pass
on Your First Attempt and
Avoid
,Servers that exist within a data center that is publicly accessible on the Internet are
referred to as on-premises servers. - correct answers--False
Which of the following are hardware requirements for Hyper-V? - correct answers--
Processor with Intel VT or AMD-V and SLAT
Which Hyper-V feature allows you to install a virtual machine within another virtual
machine? - correct answers--Nested virtualization
Containers are often used to host Web apps within cloud environments. - correct
answers--True
What term is used to refer to a logical grouping of computers that participate in Active
Directory single sign-on? - correct answers--Domain
Which component of Microsoft Defender can be used to provide cloud-based threat
analysis within Windows Server 2019? - correct answers--ATP
Windows Server 2019 supports up to 64 physical processors and 128 logical
processors. - correct answers--False
Which filesystem feature of Windows Server 2019 allows you to create large volumes
that span multiple physical storage devices? - correct answers--Storage Spaces
Clustering may be used with multiple Windows Server 2019 systems to enhance speed
and fault tolerance for network services. - correct answers--True
Which of the following management tools is not installed by default on Windows Server
2019? - correct answers--Windows Admin Center
Commands within Windows PowerShell are referred to as cmdlets. - correct answers--
True
Which two small footprint installation options are available for Windows Server 2019?
(Choose two answers.) - correct answers--Nano Server & Server Core
You can start the Windows Server Configuration Wizard within Server Core by running
the sconfig.cmd command. - correct answers--True
Which Windows Server edition supports Windows Containers and up to two Hyper-V
Containers? - correct answers--Standard
,The minimum memory required for a graphical Windows Server 2019 installation is 512
MB. - correct answers--False
Which of the following Windows Server 2019 editions are licensed per processor core?
(Choose all that apply.) - correct answers--Standard & Datacenter
Which of the following is not a question that should be asked when planning a Windows
Server 2019 installation? - correct answers--Who will be supporting the server?
To install a Windows Server 2019 virtual machine, you typically attach an ISO image file
that contains the installation media to a virtual DVD drive within the virtual machine
settings. - correct answers--True
Which of the following tasks are typically performed following a Windows Server 2019
installation? (Choose all that apply.) - correct answers--Verify the correct time and time
zone information, Activate the Windows Server 2019 operating system, Configure the
appropriate computer name and domain membership, & Set IP configuration on network
interfaces
Server Manager is typically used to perform most post-installation tasks on a graphical
Windows Server 2019 system. - correct answers--True
Server Manager can be used to monitor and manage other Windows Server 2008 and
later systems. - correct answers--True
Which of the following are panes that you will see listed for a server, server group, or
server role within Server Manager? (Choose all that apply.) - correct answers--Services,
Events, Roles and Features, Performance
Which of the following tools within the navigation pane of the Windows Admin Center
can be used to perform capacity planning? - correct answers--System Insights
The Windows Admin Center allows you to obtain a Windows PowerShell session within
your Web browser. - correct answers--True
Which of the following utilities can be used to manually install a new device that is not
fully PnP-compliant? - correct answers--Devices and Printers utility
Your system has three physical storage devices. Windows Server 2019 is installed on
the first physical storage device. What can you do to increase the performance of the
system as much as possible? - correct answers--Create a paging file on the second and
third physical storage devices and remove the page file from the first storage device
The Sigverif tool can be used to verify and repair corrupt system files. - correct answers-
-False
, Which of the following features can be configured within Control Panel? (Choose all that
apply.) - correct answers--File caching and flushing, Environment variables, Power
options, Startup and recovery options
Some software issues require that you modify the value of an entry within the Windows
Registry to fix a system problem. - correct answers--True
What should be your first course of action when you see a device marked Unknown
within Device Manager? - correct answers--Right-click the Unknown device within
Device Manager and choose Update driver. Supply the manufacturer-provided driver
files if prompted.
System environment variables apply to any user logged onto the system. - correct
answers--True
What command could you execute within PowerShell to learn about the syntax of the
Get-WMIObject cmdlet? (Choose all that apply.) - correct answers--help Get-
WMIObject, help Get-WMIObject, get-help Get-WMIObject, Get-Help Get-WMIObject -
online
PowerShell console files use the .ps1 extension. - correct answers--False
Which of the following aliases can be used to switch to a different PowerShell provider?
- correct answers--sl
The Test-NetConnection cmdlet can be used to test network connectivity to a target
computer. - correct answers--True
Which of the following can be used to open a new Windows PowerShell prompt that is
connected to a remote computer (provided that winRM is enabled)? - correct answers--
Enter-PSSession computername
Which of the following are valid methods for executing the superscript.ps1 file within
PowerShell, assuming it is in your current directory, C:\Scripts? (Choose all that apply.)
- correct answers--C:\Scripts\superscript.ps1, ./superscript.ps1, .\superscript.ps1
In the following example, three loops will be executed.$args =
"one","two","three","four"foreach ($i in $args) {write $i -foregroundcolor magenta} -
correct answers--False
Which of the following PowerShell constructs is best to use when you wish to perform a
specific action based on the value of a single variable? - correct answers--switch
The Tab key can be used to auto complete a PowerShell cmdlet as you are typing it. -
correct answers--True