vmware vmdk to azure
- Category: 電腦相關
- Last Updated: Tuesday, 20 December 2016 23:29
- Published: Tuesday, 15 November 2016 17:32
- Written by sam
When you done with your vm, and upload to azure
Here is
Download tools from Microsoft
Open "Powershell" with administrator authorization and import
Import-Module "C:\Program Files\Microsoft Virtual Machine Converter\MvmcCmdlet.psd1"
Converto vhd (replace column to fit you setting)
PS C:\Windows\system32> ConvertTo-MvmcVirtualHardDisk -SourceLiteralPath "d:\vm-elk\elk.vmdk" -DestinationLiteralPath "D:\" -VhdType DynamicHardDisk -VhdFormat Vhd
Azure login
Read more: vmware vmdk to azure