Hello Everybody.
I made a powershell to Live migrate a lot of VMs VHDs to another share storage in the cluster, Ej:
- Now the VHDXs are in C:\Cluster Storage\VMStorageDisks\
well,
- I want to move to C:\Cluster Storage\NewVMsVHDX
I’m Running the Powershell in my PC (I just have access to the SCVVM Console).
I’m Using the SCVMM Cmdlets:
Move-SCVirtualHardDisk -VirtualHardDisk $VHDXtoMove -Path $NewVHDxPath
My Questions:
When I say move to C:\Cluster Storage\NewVMsVHDX\VMname
- Will be in the Cluster Share or in my PC?
- Will the SCVMM create the New Folder if it doesn’t exist?
Many thanks and have a nice week,
Angel BC