References:
https://www.altaro.com/hyper-v/clean-up ... heckpoint/
Spesso, PowerShell può di norma vedere e manipolare i checkpoints (snapshot / punti di controllo).
Modo più semplice:
Code: Select all
Remove-VMCheckpoint -VMName demovm
Puoi rimuovere tutti i checkpoint, di tutte le VM, con un solo comando:
If the script completes without error, you can verify in Hyper-V Manager that it successfully removed all checkpoints. You can also use PowerShell:
This clears up the majority of leftover checkpoints.