Last time we created a virtual disk and mounted it. In this post we’ll initialize the disk and create a volume.
Start by remounting the disk
Get-VHD -Path C:testTest1.vhdx | Mount-VHD
You can now initialize the disk:
Initialize-Disk -Number… Read the full text.