PowerCLI Reference

Remove-AlarmAction

Synopsis

This cmdlet removes an alarm action.

Syntax

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

Related Commands

Online Version
Get-AlarmAction
Get-AlarmActionTrigger
Get-AlarmDefinition
Get-AlarmTrigger
New-AlarmAction
New-AlarmActionTrigger
New-AlarmDefinition
New-AlarmTrigger
Remove-AlarmAction
Remove-AlarmActionTrigger
Remove-AlarmDefinition
Set-AlarmDefinition
Get-Metric
Get-EventType

Detailed Description

This cmdlet removes an alarm action.

Parameters

NameTypeDescriptionRequired?Pipeline InputDefault Value
AlarmActionAlarmAction[]Specifies the alarm actions you want to remove.trueTrue (ByValue)
ConfirmSwitchParameterIf the value is $true, indicates that the cmdlet asks for confirmation before running. If the value is $false, the cmdlet runs without asking for user confirmation.falseFalse
WhatIfSwitchParameterIndicates that the cmdlet is run only to display the changes that would be made and actually no objects are modified.falseFalse

Return Type

None

Notes

Examples

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

Get-AlarmDefinition -Name "Alarm1" | Get-AlarmAction | Remove-AlarmAction -Confirm:$false

Removes all actions for an alarm definition.


Copyright © VMware, Inc. All rights reserved.