Skip to content

Latest commit

 

History

History
executable file
·
59 lines (42 loc) · 1.17 KB

New-OMEAlertPolicy.md

File metadata and controls

executable file
·
59 lines (42 loc) · 1.17 KB
external help file Module Name online version schema
DellOpenManage-help.xml
DellOpenManage
2.0.0

New-OMEAlertPolicy

SYNOPSIS

Create New Alert Policy

SYNTAX

New-OMEAlertPolicy [-AlertPolicy] <String> [<CommonParameters>]

DESCRIPTION

{{ Fill in the Description }}

EXAMPLES

EXAMPLE 1

New-OMEAlertPolicy -AlertPolicy $NewAlertPolicy

See README for more examples

PARAMETERS

-AlertPolicy

JSON string containg alert policy. Reference an existing policy with Get-OMEAlertPolicy | ConvertTo-Json -Depth 10

Type: String
Parameter Sets: (All)
Aliases:

Required: True
Position: 1
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

String

OUTPUTS

NOTES

RELATED LINKS