Chapter 7 - Installing Hyper-V Flashcards

1
Q

What is Docker?

A

A well-known application for maintaining containers.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is PowerShell Direct?

A

A feature that permits commands to be run against virtual machines from a local PowerShell installation.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is Shielded Virtual Machine?

A

A feature that allows the encryption of virtual machines.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What are Checkpoints?

How Has Windows Server 2016 improved “checkpoints”?

A

Point-in-time images of a virtual machine.

Windows Server 2016 improves checkpoints with a new productioncheckpoint feature; production checkpoints are “point in time” images of a virtual machine, which can be restored later in a way that is completely supported for all production workloads; this is achieved through using backup technology inside the VM instead of the more traditional saved state approach.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is Hyper-V Manager?

A

The GUI that permits the management of Hyper-V.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is Nested Virtualization?

A

The ability to run Hyper-V virtualization from within a virtual machine.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Name at least three requirements that you must meet in order to run shielded virtual machines.

A

UEFI 2.3.1c
TMP v2.0,
IOMMU, Generation 2, and supported OS

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

How can you install Hyper-V using the GUI?

A

Choose the Add Roles and Features option from the Manage menu of Server Manager.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Name at least two requirements for nested virtualization.

A

At least 4 GB of RAM; Windows Server 2016 or Windows 10 Anniversary Update; a virtual machine running Hyper-V that is the same build as the host; and an Intel processor with VT-x and EPT technology

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is an IOMMU?

A

n input–output memory management unit (IOMMU) is a memory management unit (MMU) that connects a direct-memory-access–capable (DMA-capable) I/O bus to the main memory.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is a TPM v.2?

A

designed to provide hardware-based, security-related functions. A TPM chip is a secure crypto-processor that helps you with actions such as generating, storing, and limiting the use of cryptographic keys

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is UEFI 2.3.1? 6 features

A

United Extensible Firmware Interface allows for:

  • Ability to support Windows 10 security features like Secure Boot, Windows Defender Credential Guard, and Windows Defender Exploit Guard.
  • All require UEFI firmware.
  • Faster boot and resume times.
  • Ability to more easily support large hard drives (more than 2 terabytes) and drives with more than four partitions.
  • Support for multicast deployment, which allows PC manufacturers to broadcast a PC image that can be received by multiple PCs without overwhelming the network or image server.
  • Support for UEFI firmware drivers, applications, and option ROMs.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What are the prerequisites for Hyper-V installation?

A
  • x64 processor with Second Level Address Translation (SLAT)
  • A minimum of 4 GB of RAM
  • At least 1 GB of RAM for the host operating system of Windows Server 2016 VM Monitor Mode extensions
  • Virtualization support enabled in the BIOS or UEFI
    Processors with Intel Virtualization Technology (Intel VT) or AMD Virtualization (AMD-V) technology
  • Available and enabled hardware-enforced Data Execution Prevention (DEP); for Intel systems, this is the XD bit (execute disable bit), and for AMD systems, it is the NX bit (no execute bit)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What are the steps for installing Hyper-V?

8 steps

A

In Server Manager, select Manage > Add Roles and Features.
Step 2. On the Before You Begin page, verify that your destination server and network environment are prepared for the role and feature you want to install and click Next.
Step 3. On the Select Installation Type page,select Role-based or feature-based installation and then click Next.
Step 4. On the Select Destination Server page, select a server from the server pool and then click Next.
Step 5. On the Select Server Roles page, select Hyper-V,
Step 6. To add the tools you use to create and manage virtual machines, click Add Features on the Features page and click Next.
Step 7. On the Create Virtual Switches page ( the Virtual Machine Migration page, and the Default Stores page, select the proper options.
Step 8. On the Confirm Installation Selections page, click Restart to restart the destination server automatically, if required, and then click Install.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

How do you delegate Hyper-V management using a GUI?

A

Step 1. In Server Manager, select Tools > Hyper-V Manager.
Step 2. In the left pane, select Hyper-V Manager.
Step 3. Click Connect to Server in the Actions pane
Step 4. Select Another computer in the Select Computer dialog and then click Connect as another user.
Step 5. Click Set User.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What Powershell cmdlets can be used to delegate Hyper-V management?

A

Set-Item WSMan

Enable-WSManCredSSP

17
Q

How do you configure delegation inside of group policy?

A
  • Computer Configuration > Administrative Templates > System > Credentials Delegation > Allow delegating fresh credentials with NTLM-only server authentication
  • Then click Enable and add wsman/fqdn-of-hyper-v-host
18
Q

How do you configure Nested Virtualization?

A

Step 1. Create a virtual machine.
Step 2. With the virtual machine in the OFF state, run Set-VMProcessor
Step 3. Start the virtual machine.
Step 4. Install Hyper-V on the virtual machine.