Quiz 2 Flashcards
Shae is using a Windows Server 2019 operating system. She recently spilled hot chocolate on her keyboard, which damaged the keyboard. She purchased a new keyboard and connected it to her computer. She assumed that she would have to download a driver to use the keyboard. To her surprise, she was able to use the keyboard without any further action from her side.
Plug and Play (PnP)
Remote Desktop Protocol (RDP)
Gateway Server Mode
Devices and Printers utility
Caylin, an IT administrator, receives an email from a coworker that the company website, eloxnet.com, is not accessible. She decides to check if there is an issue that is preventing access to the website.
Test-NetConnection
Get-NetIPConfiguration
Get-NetAdapterStatistics
Set-NetFirewallProfile
Alina is using Windows PowerShell on a Windows Server 2019 system for the first time. She wants a list of all cmdlets in PowerShell, so she types the following command:
PS C:\Users\Administrator>Get-Command | More
To create a customized Windows PowerShell session
To control execution in the same way as the –whatif option
To create an output file called More in which the results of Get-Command are stored
To send the output from Get-Command to More, which displays the output page-by-page