Syntax
Remove-Baseline [-Baseline] <Baseline[]> [-WhatIf] [-Confirm] [<CommonParameters>]Related Commands
Online versionDetailed Description
This cmdlet deletes the specified baselines from their servers. Before the removal, the baselines are detached from all entities they have been attached to.Parameters
Return Type
NoneNotes
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.