Is it possible to create a Windows shadow volume copy of an HDD to a VHDX using powershell?
I got as far as simply creating an empty VHDX
$disk = New-VHD -Path "d:/test.vhdx" -Dynamic -SizeBytes 25GB
Is it possible to create a Windows shadow volume copy of an HDD to a VHDX using powershell?
I got as far as simply creating an empty VHDX
$disk = New-VHD -Path "d:/test.vhdx" -Dynamic -SizeBytes 25GB