Get-MonitoringObjectGroup

Get-MonitoringObjectGroup

Returns the list of monitoring object groups.

Syntax

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

Detailed Description

Returns the list of monitoring object groups.

Parameters

-Path<String[]>

Specifies the path or paths of monitoring object group to retrieve.

Aliases

none

Required?

false

Position?

1

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-MonitoringObjectGroup -detailed". For technical information, type "Get-Help Get-MonitoringObjectGroup -full".
    When specifying multiple values for a parameter, use commas to separate the values. For example, "<parameter-name> <value1>, <value2>".

Examples

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

This example returns display name and health status for the monitoring object group.

C:\PS>Get-MonitoringObjectGroup | sort DisplayName | ft DisplayName, HealthState -autosize

Get-MonitoringClass

Get-MonitoringObject