Get-ResultantCategoryOverride

Get-ResultantCategoryOverride

Gets resultant category overrides.

Syntax

Parameter Set: FromMonitoringObjectProviderPath
Get-ResultantCategoryOverride [[-Path] <String[]> ] [ <CommonParameters>]

Parameter Set: FromMonitoringClass
Get-ResultantCategoryOverride [-MonitoringClass] <MonitoringClass> [ <CommonParameters>]

Parameter Set: FromMonitoringObject
Get-ResultantCategoryOverride [-MonitoringObject] <MonitoringObject> [ <CommonParameters>]

Detailed Description

Gets resultant category overrides.

Parameters

-MonitoringClass<MonitoringClass>

Specifies the monitoring class for which to retrieve resultant category overrides. You can use Get-MonitoringClass to retrieve an object to supply as the value of this parameter.

Aliases

none

Required?

true

Position?

2

Default Value

none

Accept Pipeline Input?

true (ByValue)

Accept Wildcard Characters?

false

-MonitoringObject<MonitoringObject>

Specifies the monitoring object for which to retrieve resultant category overrides. You can use Get-MonitoringObject to retrieve an object to supply as the value of this parameter.

Aliases

none

Required?

true

Position?

1

Default Value

none

Accept Pipeline Input?

true (ByValue)

Accept Wildcard Characters?

false

-Path<String[]>

Specifies the paths to the monitoring objects for which to retrieve resultant category overrides. To specify multiple values, separate them by using commas.

Aliases

none

Required?

false

Position?

3

Default Value

none

Accept Pipeline Input?

true (ByValue)

Accept Wildcard Characters?

false

<CommonParameters>

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

Notes

  • For more information, type "Get-Help Get-ResultantCategoryOverride -detailed". For technical information, type "Get-Help Get-ResultantCategoryOverride -full".
    When specifying multiple values for a parameter, use commas to separate the values. For example, "<parameter-name> <value1>, <value2>".

Examples

-------------- EXAMPLE 1 --------------

This command returns resultant category overrrides for all monitoring objects in the current path.

C:\PS>get-resultantcategoryoverride

Get-Override

Get-ResultantRuleOverride

Get-ResultantMonitorOverride