Applies to: Exchange Server 2013

Topic Last Modified: 2013-01-08

Use the Get-MonitoringItemIdentity cmdlet to discover the monitoring items that you can use to return health information about your Exchange servers.

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

Syntax

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

Examples

EXAMPLE 1

This example retrieves monitoring information about the HealthSet01 monitoring item on the ExchSrv01 server.

Copy Code
Get-MonitoringItemIdentity -Identity HealthSet01 -Server ExchSrv01

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 on a server running Microsoft Exchange Server 2013.

Server

Required

Microsoft.Exchange.Configuration.Tasks.ServerIdParameter

The Server parameter specifies the Exchange 2013 server to query for health set information.

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.