PowerCLI Reference

Remove-AlarmActionTrigger

Synopsis

This cmdlet removes the alarm action triggers.

Syntax

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

Related Commands

Online version
Get-AlarmAction
Get-AlarmActionTrigger
Get-AlarmDefinition
New-AlarmAction
New-AlarmActionTrigger
Remove-AlarmAction
Set-AlarmDefinition

Detailed Description

This cmdlet removes the selected alarm action triggers.

Parameters

NameTypeDescriptionRequired?Pipeline InputDefault Value
AlarmActionTriggerAlarmActionTrigger[]Specifies the alarm action triggers 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 | Get-AlarmActionTrigger | select -First 1 | Remove-AlarmActionTrigger -Confirm:$false

Removes the first action trigger found for an alarm definition.


Copyright © VMware, Inc. All rights reserved.