Hi all, i have a 2019 windows server virtual on Hyper-v enviroment. i have three snapshot create from Veeam community ed. that a cannot delete.
hov can i do ?? thank you
Riccardo
Hi all, i have a 2019 windows server virtual on Hyper-v enviroment. i have three snapshot create from Veeam community ed. that a cannot delete.
hov can i do ?? thank you
Riccardo
Hi
Hello
Make sure that checkpoint is enabled in integrated services. If enabled, make sure there is enough free space in the datastore.
Make sure you configured the antivirus exclusion list:
Some viruses lock the deleting of snapshot, so make sure that your Hyper-V host is free from viruses.
You can use either Hyper-V Manager to remove the snapshots or PowerShell as well. Here is how in Hyper-V Manager.
For PowerShell you can use -
Get-VM -Name <VMName> | Get-VMSnapShot -Name <CheckpointName> | Remove-VMSnapshot
Hope this helps.
Do you have an off-host proxy? It could have a mounted snapshot as hot-add for VMWare..
You can use either Hyper-V Manager to remove the snapshots or PowerShell as well. Here is how in Hyper-V Manager.
For PowerShell you can use -
Get-VM -Name <VMName> | Get-VMSnapShot -Name <CheckpointName> | Remove-VMSnapshot
Hope this helps.
Hi
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.