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
New-AlarmAction
New-AlarmActionTrigger
Remove-AlarmActionTrigger
Set-AlarmDefinition

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.