find left over VCB snapshots

find left over VCB snapshots

Get-VM | Get-Snapshot | `
    Where-Object {$_.Name -eq "_VCB-BACKUP_"} | `
	Select Name, @{Name="VM Name" ; `
	Expression={$_.VM.Name}}

http://www.vmwarescripting.com

This document was generated from the following thread: 

Version history
Revision #:
1 of 1
Last update:
‎02-10-2009 06:28 AM
Updated by: