Edit Hyper-V Paths

Run these cmdlets on both nodes. These cmdlets will put the default Hyper-V paths on our 2 nodes to the cluster. Which is what we want.

set-vmhost -VirtualHardDiskPath C:\ClusterStorage\Volume1\VHD
Set-VMHost -VirtualMachinePath C:\ClusterStorage\Volume1\MP

Last updated