SCVMM: Force remove missing VM
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
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