Created
October 26, 2021 17:24
-
-
Save taylorza/a4dc74be611ef95c8ffc3a3b947a425e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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