你好,
以下的操作将把快照合并到vhdx文件当中。
在主机上运行以下powershell命令将帮助您确定VM上当前有可用的检查点:
Get-VMSnapshot -VMName xxx -ComputerName xxxx | fl
该命令将从指定的虚拟机获取并删除检查点:
Get-VMSnapshot -VMName xxx -ComputerName xxxxx | Remove-VMSnapshot
Best Regards,
Frank
Please remember to mark the replies as an answers if they help.
If you have feedback for TechNet Subscriber Support, contact
tnmff@microsoft.com