-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
U-AMERICAS\Trevor_Squillario
authored and
U-AMERICAS\Trevor_Squillario
committed
May 8, 2023
1 parent
bdadaee
commit 8e031e3
Showing
7 changed files
with
267 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
# | ||
# Generated by: Trevor Squillario <[email protected]> | ||
# | ||
# Generated on: 4/26/2023 | ||
# Generated on: 5/8/2023 | ||
# | ||
|
||
@{ | ||
|
@@ -12,7 +12,7 @@ | |
RootModule = 'DellOpenManage.psm1' | ||
|
||
# Version number of this module. | ||
ModuleVersion = '3.5.2' | ||
ModuleVersion = '3.6.0' | ||
|
||
# Supported PSEditions | ||
# CompatiblePSEditions = @() | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
--- | ||
external help file: DellOpenManage-help.xml | ||
Module Name: DellOpenManage | ||
online version: | ||
schema: 2.0.0 | ||
--- | ||
|
||
# Disable-OMEAlertPolicy | ||
|
||
## SYNOPSIS | ||
Enable Alert Policy | ||
|
||
## SYNTAX | ||
|
||
``` | ||
Disable-OMEAlertPolicy [-AlertPolicy] <AlertPolicy[]> [<CommonParameters>] | ||
``` | ||
|
||
## DESCRIPTION | ||
{{ Fill in the Description }} | ||
|
||
## EXAMPLES | ||
|
||
### EXAMPLE 1 | ||
``` | ||
17758 | Get-OMEAlertPolicy | Disable-OMEAlertPolicy | ||
``` | ||
|
||
## PARAMETERS | ||
|
||
### -AlertPolicy | ||
Object of type AlertPolicy returned from Get-OMEAlertPolicy | ||
|
||
```yaml | ||
Type: AlertPolicy[] | ||
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](http://go.microsoft.com/fwlink/?LinkID=113216). | ||
## INPUTS | ||
### AlertPolicy | ||
## OUTPUTS | ||
## NOTES | ||
## RELATED LINKS |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
--- | ||
external help file: DellOpenManage-help.xml | ||
Module Name: DellOpenManage | ||
online version: | ||
schema: 2.0.0 | ||
--- | ||
|
||
# Enable-OMEAlertPolicy | ||
|
||
## SYNOPSIS | ||
Enable Alert Policy | ||
|
||
## SYNTAX | ||
|
||
``` | ||
Enable-OMEAlertPolicy [-AlertPolicy] <AlertPolicy[]> [<CommonParameters>] | ||
``` | ||
|
||
## DESCRIPTION | ||
{{ Fill in the Description }} | ||
|
||
## EXAMPLES | ||
|
||
### EXAMPLE 1 | ||
``` | ||
17758 | Get-OMEAlertPolicy | Disable-OMEAlertPolicy | ||
``` | ||
|
||
## PARAMETERS | ||
|
||
### -AlertPolicy | ||
Object of type AlertPolicy returned from Get-OMEAlertPolicy | ||
|
||
```yaml | ||
Type: AlertPolicy[] | ||
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](http://go.microsoft.com/fwlink/?LinkID=113216). | ||
## INPUTS | ||
### AlertPolicy | ||
## OUTPUTS | ||
## NOTES | ||
## RELATED LINKS |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,81 @@ | ||
--- | ||
external help file: DellOpenManage-help.xml | ||
Module Name: DellOpenManage | ||
online version: | ||
schema: 2.0.0 | ||
--- | ||
|
||
# Get-OMEAlertPolicy | ||
|
||
## SYNOPSIS | ||
Get alert policy | ||
|
||
## SYNTAX | ||
|
||
``` | ||
Get-OMEAlertPolicy [[-Value] <String[]>] [[-FilterBy] <String>] [<CommonParameters>] | ||
``` | ||
|
||
## DESCRIPTION | ||
{{ Fill in the Description }} | ||
|
||
## EXAMPLES | ||
|
||
### EXAMPLE 1 | ||
``` | ||
12016 | Get-OMEAlertPolicy | ||
``` | ||
|
||
Get by Id | ||
|
||
### EXAMPLE 2 | ||
``` | ||
Get-OMEAlertPolicy | Where-Object { $_.Name -eq "Group A Alert" } | ||
``` | ||
|
||
Get by Name (OME API does not currently support filtering by Name natively) | ||
|
||
## PARAMETERS | ||
|
||
### -Value | ||
String containing search value. | ||
Use with -FilterBy parameter | ||
|
||
```yaml | ||
Type: String[] | ||
Parameter Sets: (All) | ||
Aliases: | ||
|
||
Required: False | ||
Position: 1 | ||
Default value: None | ||
Accept pipeline input: True (ByValue) | ||
Accept wildcard characters: False | ||
``` | ||
### -FilterBy | ||
Filter the results by (Default="Id") | ||
```yaml | ||
Type: String | ||
Parameter Sets: (All) | ||
Aliases: | ||
|
||
Required: False | ||
Position: 2 | ||
Default value: Id | ||
Accept pipeline input: False | ||
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](http://go.microsoft.com/fwlink/?LinkID=113216). | ||
## INPUTS | ||
### String[] | ||
## OUTPUTS | ||
## NOTES | ||
## RELATED LINKS |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
--- | ||
external help file: DellOpenManage-help.xml | ||
Module Name: DellOpenManage | ||
online version: | ||
schema: 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 | ||
``` | ||
|
||
## PARAMETERS | ||
|
||
### -AlertPolicy | ||
JSON string containg alert policy. | ||
Reference an existing policy with Get-OMEAlertPolicy | ConvertTo-Json -Depth 10 | ||
|
||
```yaml | ||
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](http://go.microsoft.com/fwlink/?LinkID=113216). | ||
## INPUTS | ||
### String | ||
## OUTPUTS | ||
## NOTES | ||
## RELATED LINKS |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters