There is no place where you can find an overview from all Hyper-v snapshots in the VMM Gui. In this
Continue readingTag: Hyper-v checkpoint
Get Hyper-v snapshot with Powershell
List Hyper-v VM Snapshots. With this PowerShell command you can search for snapshots on a Hyper-v node.
1 2 |
#Get VMSnapshots Hyper-v host Get-VM -computername hpvhost | Get-VMSnapshot |
List all
Continue reading