IT Systems Engineering PowerShell command to check checkpoints in Hyper-V June 12, 2013 / Here is a quick PS command to check how many of your VMs have a snapshot: Get-VMCheckpoint |format-List -Property Name,Description It is always a good ideal to keep an eye on snapshots of your VMs.