Skip to content

Instantly share code, notes, and snippets.

@taylorza
Created October 26, 2021 17:24
Show Gist options
  • Save taylorza/a4dc74be611ef95c8ffc3a3b947a425e to your computer and use it in GitHub Desktop.
Save taylorza/a4dc74be611ef95c8ffc3a3b947a425e to your computer and use it in GitHub Desktop.
# Enable Nested Virtualization
Set-VMProcessor -VMName <your-vm-name> -ExposeVirtualizationExtensions $true
# Set the network adapter for the nested VM by enabling mac address spoofing
Get-VMNetworkAdapter -VMName <your-vm-name> | Set-VMNetworkAdapter -MacAddressSpoofing On
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment