Get a list of switches Get-VMSwitch Get a list of Network adapters Get-VMNetworkAdapter -all Change virtual switch each VM's Network Card points at: - Get-VM "VM01" | Get-VMNetworkAdapter With this…
Moving from Hyper-V Server to Proxmox
For about 15 years, I have been running Hyper-V Server of one version or another and upgraded every couple of years as new versions came out. I have always been…
Setup for Move VM from one Hyper-V host to another
Moving a VM from one host to another is supposed to be simple. It can be done using PowerShell, or you can use Windows Admin Centre. It should be a…