Q: How can I convert a VHD to a VHDX?

A: There are two ways you can convert a regular virtual hard disk (VHD) to the new VHDX format found in Windows 8 and Windows Server 2012: by using Windows PowerShell or by using the Hyper-V Manager graphical interface.

Using PowerShell, enter this command:

Convert-VHD

as in my example:

<code>Convert-VHD -Path d:\temp\source.vhd -DestinationPath d:\temp\destination.vhdx</code>

Using Hyper-V Manager, start the Edit Disk action and select the source VHD file. Then, under the action, select Convert, then select the VHDX format. 

Please or Register to post comments.

IT/Dev Connections

Las Vegas
September 30th - October 4th

Paul ThurottYou'll have the opportunity to experience:
• The Microsoft
Technology Roadmap
• Office 365 Implementation
• Hyper-V Optimizing
• Windows 8 Deployment
and much more!

Come See Paul Thurrott & Rod Trent in Person!

Early Registration Now Open

Upcoming Training

Mastering System Center 2012

During over 6 hours of training you can join John Savill from your computer as he will walk you through the key components and capabilities of System Center 2012, what’s involved in using the components, and the benefit they can bring to your environment.

Register Now

Current Issue

May 2013 - The NameTranslate object is useful when you need to translate Active Directory object names between different formats, but it's awkward to use from PowerShell. Here's a PowerShell script that eliminates the awkwardness.

CURRENT ISSUE / ARCHIVE / SUBSCRIBE

Windows Forums

Get answers to questions, share tips, and engage with the Windows Community in our Forums.