Hi community,
We're migrating vms from one vCenter to another. It looks like vms keep settings of VM override from source to destination cluster.
I'm looking for a way to properly remove a vm from cluster vm override.
When using developer mode in a web browser and triggering the delete action, I can see several classes hit but I can't figure it out to put everything together
I didn't find either a full powershell method to achieve it.
there is some option on set-vm : set-vm -HARestartPriority ClusterRestartPriority -HAIsolationResponse AsSpecifiedByCluster -DrsAutomationLevel AsSpecifiedByCluster
this disable some override but does not remove the vm from vm override list.
i don't see anything at cluster level to achieve that
I found Damian Karlson site explaining how to change VMMonitoring, I presume to do the same for each here but i'm a bit lost with those classes
Managing VMware HA’s VM Monitoring: PowerCLI
Any tip would be very helpful.
thank you