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.
Prerequisites
Verify that you are connected to a vCenter Server system.
Procedure
- Attach the host patch baselines stored in the provided variables to the host named Host.
Add-EntityBaseline -Baseline $staticBaseline, $criticalPatchBaseline -Entity Host
- Detach the two baselines from the host.
Remove-EntityBaseline -Baseline $dynamicBaseline, $staticBaseline -Entity Host