Find all snapshots within your vCenter environment using PowerCLI
$snaplist = Get-View -ViewType VirtualMachine -Filter @{"snapshot"="$snaplist"} $snaplist | select name
Tags: PowerCLI, vmware