Hi,
On the hyper V host, we may use powershell command to mount the VHD to the hyper V host: Mount-VHD -Path C:\Anne\mount.vhdx
Then, offline the disk on the host disk manager, and not initialize the disk.
Use the powershell command on hyper V host to add the disk to the VM: Get-VMScsiController -VMName hxw-node1 | Add-VMHardDiskDrive -DiskNumber 2
https://learn.microsoft.com/en-us/powershell/module/hyper-v/mount-vhd?view=win10-ps
https://learn.microsoft.com/en-us/powershell/module/hyper-v/add-vmharddiskdrive?view=win10-ps
Thanks for your time!
Best Regards,
Anne
-----------------------------
If the Answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.