Applies to: Exchange Server 2013

Topic Last Modified: 2013-01-08

Use the Get-MonitoringItemHelp cmdlet to discover the monitoring items that you can use to return health information about your Exchange servers. Monitoring items are preconfigured to help you with your server health and monitoring.

For information about the parameter sets in the Syntax section below, see Syntax.

Syntax

Get-MonitoringItemHelp -Identity <String> -Server <ServerIdParameter>

Examples

EXAMPLE 1

This example retrieves health set information on the server Exch01.

Copy Code
Get-MonitoringItemHelp -"HealthSet\MonitorName" -Server Exch01

Detailed Description

You need to be assigned permissions before you can run this cmdlet. Although all parameters for this cmdlet are listed in this topic, you may not have access to some parameters if they're not included in the permissions assigned to you. To see what permissions you need, see the "Exchange server configuration settings" entry in the Exchange and Shell Infrastructure Permissions topic.

Parameters

Parameter Required Type Description

Identity

Required

System.String

The Identity parameter specifies the identity of the monitoring item.

Server

Required

Microsoft.Exchange.Configuration.Tasks.ServerIdParameter

The Server parameter specifies the server running Microsoft Exchange Server 2013 to query for health set information. The default is the local Exchange 2013 server.

Input Types

To see the input types that this cmdlet accepts, see Cmdlet Input and Output Types. If the Input Type field for a cmdlet is blank, the cmdlet doesn’t accept input data.

Return Types

To see the return types, which are also known as output types, that this cmdlet accepts, see Cmdlet Input and Output Types. If the Output Type field is blank, the cmdlet doesn’t return data.