wiki:powercli_script_to_get_all_snapshots
This is an old revision of the document!
This script will query the Vcenter to get all active snapshots in a CSV file on your desktop
Make sure you have the PowerCLI modules installed first
Install-Module VMware.PowerCLI -Scope CurrentUserset-Executionpolicy unrestricted connect-viserver -server YourVCenterAddress/Name get-vm | get-snapshot | Select-Object -Property vm,created,sizeGB,name,description | Export-Csv -Path C:\Users\$env:username\Desktop\snapshots.csv
wiki/powercli_script_to_get_all_snapshots.1705657784.txt.gz · Last modified: by wagner.jer
