Remove-Baseline Command | Vmware PowerCLI Reference

Remove-Baseline

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

Syntax

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

Parameters

Required Parameter Name Type Position Features Description
required
Baseline Baseline[] named
  • pipeline
Specifies the baselines you want to remove.

Output

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.

Related Commands

Baseline

This cmdlet retrieves baselines.

This cmdlet removes baselines.