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

Note: Before remediation, you must temporarily deactivate 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 activates the deactivated features.

Prerequisites

Verify that you are connected to a vCenter Server system.

Procedure

  1. Retrieve all baselines attached to the Cluster cluster.
    $baselines = Get-BaselineEntity Cluster
  2. Remediate the cluster.
    Update-EntityEntity Cluster –Baseline $baselines -ClusterDisableDistributedPowerManagement $true –ClusterDisableHighAvailability $true -ClusterDisableFaultTolerance $true