VMware vSphere Update Manager PowerCLI

Remove-Baseline

Synopsis

Removes baselines.

Syntax

Remove-Baseline [-Baseline] <Baseline[]> [-WhatIf] [-Confirm] [<CommonParameters>]

Related Commands

Attach-Baseline
Detach-Baseline
Get-Baseline

Detailed Description

Deletes the specified baselines from their servers. Before the removal, the baselines are detached from all entities they have been attached to.

Parameters

NameDescriptionRequired?Pipeline InputDefault Value
BaselineSpecify the baselines you want to remove.truetrue (ByValue)
WhatIfIndicate that the cmdlet is run only to display the changes that would be made and actually no objects are modified.falsefalse
ConfirmIndicate that the cmdlet asks for confirmation before running.falsefalse

Return Type

none

Notes

Examples

-------------- Example 1 --------------

Get-Baseline -Name *2008* | Remove-Baseline

Removes all baselines that contain 2008 in their names.

-------------- Example 2 --------------

Remove-Baseline -Baseline $baseline

Removes all baselines stored in the $baseline variable.


Copyright © 1998 - 2013 VMware, Inc. All rights reserved.