在 Windows 用 Hyper-V 會遇到以下二個問題,都需要經由 Powershell 執行以下的指令排除
1: No support for KVM virtualization detected. Check BIOS setting for Intel VT / AMD-V / SVM.
Set-VMProcessor -VMName <VMName> -ExposeVirtualizationExtensions $true
2. PVE 建立的 VM/CT 無法上網
Get-VMNetworkAdapter -VMName <VMName> | Set-VMNetworkAdapter -MacAddressSpoofing On