Hi Community,
I want to migrate a VM from node B to node A, where node A is current node.
I used WMI Providers MSCluster_Resource.
I first used BringOnline Method to make the resource online.
Then I am trying to use ExecuteResourceControl method with control code: clusctl-resource-vm-start-migration
(https://docs.microsoft.com/en-us/previous-versions/windows/desktop/mscs/clusctl-resource-vm-start-migration)
but this code seems not be existing while docs show that this is supported from 2012 onwards.
Any help is appreciated on this..