You can retrieve all baselines attached to a cluster and remediate the cluster.

Note

Before remediation, you must temporarily disable the Distributed Power Management (DPM), High Availability (HA) admission control, and Fault Tolerance (FT) features of the clusters you want to remediate. After remediation, Update Manager automatically enables the disabled features.

Verify that you are connected to a vCenter Server system.

1

Retrieve all baselines attached to the Cluster cluster.

$baselines = Get-BaselineEntity Cluster
2

Remediate the cluster.

Update-EntityEntity Cluster –Baseline $baselines -ClusterDisableDistributedPowerManagementClusterDisableHighAvailability -ClusterDiabelFaultTolerance