Helpful Commands for Homelab situations

I constantly find myself trying to reference a command or series of commands for something I did randomly in my lab. Here is a list of situations and the commands so I dont forget. Hopefully it helps someone else along the way.


Proxmox on HyperV

    • Set-VMProcessor -VMName Proxmox -ExposeVirtualizationExtensions $true
No support for hardware-acelerated KVM virtualization detected.

Proxmox or other hypervisor guests unable to connect to network when running on HyperV

    • Get-VMNetworkAdapter -VMName "UbuntuPXE"
    • Set-VMNetworkAdapter -VMName UbuntuPXE -MacAddressSpoofing on
Resolve nested os virtualization network issues

Photo Credit : Thomas Jensen / Unsplash