Requirement: Convert VHD to VHDX using Powershell
Script:
Script:
PS C:\windows\system32> Convert-VHD –Path "C:\Me\IE10 - Win7.vhd" –DestinationPath "C:\ME\My Machines\Windows 7 IE 10\Virtual Hard Disks\IE10 - Win7.vhdx"
PS C:\windows\system32>