The Best User Interface for your VMware Datacenter!
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.
Thx for the feedback :)
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
You won't be notified about changes to this idea.
Thx for the feedback :)
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