Syntax
Remove-EntityBaseline [-Server <VIServer[]>] [-Entity] <InventoryItem[]> -Baseline <Baseline[]> [-WhatIf] [-Confirm] [<CommonParameters>]Related Commands
Online versionDetailed Description
This cmdlet detaches baselines from the specified inventory objects. To detach inherited baselines, you must detach them from the parent inventory object.Parameters
Return Type
NoneNotes
Examples
-------------- Example 1 --------------
Get-VM -Name VM | Remove-EntityBaseline -Baseline $baseline
Detaches the baselines in the $baseline variable from the VM virtual machine.
-------------- Example 2 --------------
Remove-EntityBaseline -Entity VM -Baseline $baseline
Detaches the baselines in the $baseline variable from the VM virtual machine.