lab 12 Flashcards
What PowerShell command is used to install Hyper-V on Windows Server 2019?
Install-WindowsFeature -Name Hyper-V -IncludeManagementTools
Enable-HyperV
Add-WindowsFeature Hyper-V
Set-HyperVFeature
Install-WindowsFeature -Name Hyper-V -IncludeManagementTools
How do you create a new virtual machine in Hyper-V Manager?
Select “New” -> “Virtual Machine”
Right-click and choose “Create VM”
Go to “File” -> “New VM”
Select “Actions” -> “Add Virtual Machine”
Select “New” -> “Virtual Machine”
Devices connected to an external Hyper-V switch can connect with what other devices? Select all correct answers.
The host computer.
Other devices on the network.
Other devices connected to the external switch.
Cannot connect to any devices.
The host computer.
Other devices on the network.
Other devices connected to the external switch.
What is a true statement about a Hyper-V private virtual switch?
Virtual machines connected to a private switch can connect to all devices on the network.
Virtual machines connected to a private switch can connect to the host computer?
Virtual machines connected to a private switch can connect only to other devices connected to the private switch.
Virtual machines connected to a private switch cannot connect to any devices.
Virtual machines connected to a private switch can connect only to other devices connected to the private switch.