You can attach baselines to individual objects and to container objects, such as folders, hosts, clusters, and data centers. Attaching a baseline to a container object attaches the baseline to all objects in the container.

Verify that you are connected to a vCenter Server system.

1

Attach the host patch baselines stored in the provided variables to the host named Host.

Add-EntityBaseline -Baseline $staticBaseline, $criticalPatchBaseline -Entity Host
2

Detach the two baselines from the host.

Remove-EntityBaseline -Baseline $dynamicBaseline, $staticBaseline -Entity Host