Translate

Monday, August 12, 2013

Remove snapshot using PowerCLI

* Remove snapshot using PowerCLI
* Remove snapshot using command line
* Remove all VM's snapshot at once using command prompt


To get information about snapshot use following command in PowerCLI

Get-VM | Get-snapshot

This will give all the VM's list which are running on snapshot

Now review it and if you want to delete all the snapshots just add another command

Get-VM | Get-Snapshot | Remove-Snapshot

Thats it, with the help of just one simple command, it will remove all the snapshots from virtual environment

Post your comment or question

Thanks



No comments:

Post a Comment