Hyper-v

How to remove a VM from Hyper-V with Powershell

How to remove a VM from Hyper-V with Powershell

#remove #HyperV #Powershell

“Trevor Tye”

How to remove a VM from the Hyper-V manager when the GUI gives you no options.

If you need to force a removal use the following command:
Remove-VM -name “$VMNAME” -Force

The command reference can be found…

source

 

To see the full content, share this page by clicking one of the buttons below

Related Articles

Leave a Reply