Import-Module Hyper-V Convert-VHD -Path "C:\PATHTOVHD\source.vhd" -DestinationPath "C:\PATHTOVHDX\destination.vhdx" Convert-VHD -Path C:\PATHTOVHDX\source.vhdx -DestinationPath C:\PATHTOVHD\destination.vhd
VHDX/VHD Konvertieren
Reply
Import-Module Hyper-V Convert-VHD -Path "C:\PATHTOVHD\source.vhd" -DestinationPath "C:\PATHTOVHDX\destination.vhdx" Convert-VHD -Path C:\PATHTOVHDX\source.vhdx -DestinationPath C:\PATHTOVHD\destination.vhd