Hyper V Flashcards
Powershell Direct
Uses VM bus layer
No network layer needed
Must be on Host to connect to VM
Enable Nested Virtualization PS
Set-VMProcessor
NUMA
Memory regions directly access by the CPU
Low latency & High Speed
Smart paging
Use of disk space when there is memory pressure on the host
On restarts of the VM
Dynamic Memory
Must be disabled when allocating memory to a VM.
Enhanced session mode
RDP capabilities using the VM bus
Configure Secure Boot using PS
Set-VMFirmware
Direct Device Assignment (DDA)
PCIe pass thru to VMs
Hardware to be disabled on Host first
Update VM
Update-VMVersion
Resource metering for VHDs
Set Max and Min IOPS for a virtual disk
Differencing Disk
Parent - Child Disk relationships
Saves on storage space
New-VHD -ParentPath -Differencing
Types of Checkpoints
Production and Standard
Production Checkpoint
Point in time image that can be restored later
Uses VSS
Use in production environment
Standard Ceckpoint
Captures state, data and hardware configuration
Testing & Troubleshooting
Command to view checkpoints
Get-VMSnapshot