Posted On August 23, 2022

How to Remove ‘Ghost’ VMs with Status ‘Off-Critical’ or ‘Saved-Critical’

kimconnect 0 comments
blog.KimConnect.com >> Virtualization >> How to Remove ‘Ghost’ VMs with Status ‘Off-Critical’ or ‘Saved-Critical’

Issue:

Resolution:

get-vm|?{$_.State -in @('OffCritical','SavedCritical')}|remove-vm -force

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

How to Deploy PiHole in a Kubernetes Cluster

Step 0: Create NFS Share Ensure that the NFS share has been created with these…

ESX & Enterasys LAG Configurations

Requirements for ESX and LACP compatibility of Enterasys core switches:1. static LAG2. vlan egress port…

VMWare and AWS Domain Controller Best Practices

VMware:AWS:https://aws.amazon.com/windows/resources/whitepapers/1. Controlling clock driftKerberos is used for authentication protocol; thus, time synchronization is very criticalMethod…