SCVMM: Force remove missing VM

admin

Make sure you get the correct VM

Get-VM -Name “VM Name”  | Ft Name

When you know that the first query give you the correct VM, and only that VM

Get- VM -Name “VM Name” | Remove-VM -Force

Tags: , ,