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
Parameters
| Required | Parameter Name | Type | Position | Features | Description | 
|---|---|---|---|---|---|
|                                  required 
                                 | 
                            Baseline | Baseline[] | named | 
                                
  | 
                            Specifies the baselines you want to remove. | 
| optional | ProgressAction | ActionPreference | named | 
                                 | 
                            
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.