backup nodes remove client snapshots..but $backupclient | get-snapshots is null as snapshots are removed but $backupclient vms continue to run from snapshot disks (-000001.vmdk)
base/original disks of $backupclient remain mounted on $bkpserver vms
so we want to compare disks of $backclient to $bkpserver
$backupclient disks are like datastore/test-000001.vmdk
$bkpserver disks are like datastore/test.vmdk
here how to compare,list and remove these base disks from $bkpserver using powercli
we want to compare actual filenames so that there should not be any errors... please suggest if have any solution or workaround to this issue.