Categories: Powershell, SCVMM
SCVMM: Force remove missing VM
Post date:
Author: admin
Tags: Powershell, SCVMM, 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