🌠Convert VMDK to VHDX with Microsoft Virtual Machine Converter

หลังจากที่ได้ลองเล่น Hyper-V ก็รู้สึกติดใจ Interface ในการใช้งาน และด้วยความเป็น Software ที่ติดมากับ Microsoft ทำให้การใช้งานระหว่างเครื่อง Host กับ VM ไม่จำเป็นต้องลง VMware Tools เหมือนการใช้งานบน VMware Workstation แถมมี Software ที่ช่วยในการ Convert จาก VMDK มาเป็น VHDX ด้วย Microsoft Virtual Machine Converter ( MVMC )

Support Virtual Machine

Download

Get Started

  • ทำการ Import Module ใน Powershell คลิกขวา Run as Administrator

PS C:\>
Import-Module 'C:\Program Files\Microsoft Virtual Machine Converter\MvmcCmdlet.psd1'
  • ทำการ Convert VMDK to VHDX

PS C:\>
ConvertTo-MvmcVirtualHardDisk ^
 -SourceLiteralPath d:\scratch\vmx\VM-disk1.vmdk ^
 -VhdType DynamicHardDisk ^
 -VhdFormat vhdx ^
 -destination c:\vm-disk1

อ่านเพิ่มเติม : https://bit.ly/2MhWwoB

Last updated

Was this helpful?