This page (revision-2) was last changed on 23-Mar-2014 22:57 by Dieter Käppel

This page was created on 23-Mar-2014 22:57 by Dieter Käppel

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
2 23-Mar-2014 22:57 1 KB Dieter Käppel to previous
1 23-Mar-2014 22:57 1 KB Dieter Käppel to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 17 changed one line
Im Hyper-V-Manager gibt es dann die Möglichkeit, die Festplatte weiter zu VHDX hoch zu konvertieren unter "Datenträger bearbeiten...".
Unter Powershell gibt es dann die Möglichkeit zur VHDX-Konvertierung:
At line 19 added 4 lines
{{{
convert-vhd -Path <source>.vhd -DestinationPath <target>.vhdx -VHDType Dynamic -Passthru
}}}