Some of Hyper-V VM have Veeam recovery Checkpoint. The backup job is running successfull every day but why seem veeam not delete this checkpoint? I tried to remove this but there no option to delete this checkpoint.

Some of Hyper-V VM have Veeam recovery Checkpoint. The backup job is running successfull every day but why seem veeam not delete this checkpoint? I tried to remove this but there no option to delete this checkpoint.

Best answer by Tommy O'Shea
I found this recent community post by
1. Open the Windows PowerShell ISE as administrator.
2. Get the checkpoint exact name with the command:
Get-VMSnapshotProvide the VMName when prompted.
3. Run the command:
Get-VM -Name <VMName> | Get-VMSnapShot -Name <CheckpointName> | Remove-VMSnapshot4. Verify that the checkpoint has been successfully deleted with the command:
Get-VMSnapshot
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.