-
PowerShell command to check checkpoints in Hyper-V
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.
Tips and notes from a techno geek
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.