The workaround is to supply value for -HostFailureAction parameter. You can use the configured host failure action for the Update Manager or one of the values: FailTask, Retry, PowerOffVMsAndRetr...
See more...
The workaround is to supply value for -HostFailureAction parameter. You can use the configured host failure action for the Update Manager or one of the values: FailTask, Retry, PowerOffVMsAndRetry, SuspendVMsAndRetry $vumConfig = Get-VumConfig $entity = Get-Inventory "<host_ip>" #this will return only attached to the host baselines $baseline = Get-Baseline -Entity $entity Remediate-Inventory -Entity $entity -Baseline $baseline -HostFailureAction $vumConfig.HostFailureAction