====== Hyper-V ====== ===Neue leere Festplatte erstellen für eine Linux VM:=== * Powershell als Administrator ausführen. * NEW-VHD -Path "C:\Neu.vhdx" -SizeBytes 100GB -Dynamic -BlockSizeBytes 1MB ===NAT unter Hyper-V einrichten=== * Get-NetAdapter * New-NetIPAddress -IPAddress 192.168.0.1 -PrefixLength 24 -InterfaceIndex * New-NetNat -Name LinuxNAT -InternalIPInterfaceAddressPrefix 192.168.0.0/24