Export list of VMs with Snapshots
get-vm | get-snapshot | select vm, name, description, created, sizegb | export-csv -path “c:\temp\file.csv” -notypeinformation
get-vm | get-snapshot | select vm, name, description, created, sizegb | export-csv -path “c:\temp\file.csv” -notypeinformation