VMware PowerCLI

The Best User Interface for your VMware Datacenter!

Add support to remediate a single host with the cluster based image update

Now its only possible to remediate the whole cluster but not a single hosts over powerCLI.

I can update a single host over the gui without problems, that should also be possible over powerCLI.

  • Guest
  • Oct 10 2022
  • Already exists
  • Attach files
  • Guest commented
    October 17, 2022 07:17

    Thx for the feedback :)

  • Admin
    Kamen Nikolov commented
    October 11, 2022 06:46

    This functionality already exists via the new Initialize/Invoke cmdlets (more information on those here: https://www.youtube.com/watch?v=z4NaHy9bL8k)

    This is how you can remediate a single host:

    $ApplySpec = Initialize-SettingsClustersSoftwareApplySpec -Hosts $vmhostIDs

    Invoke-ApplyClusterSoftwareAsync -Cluster $clustId -SettingsClustersSoftwareApplySpec $ApplySpec