Applies to: Exchange Server 2013

Topic Last Modified: 2012-07-28

Use the Get-AvailabilityReportOutage cmdlet to return the daily downtime (if any) for each service entity and its overridden value (if set) to the overall reported availability for the day.

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

Syntax

Get-AvailabilityReportOutage [-Identity <AvailabilityReportOutageIdParameter>] [-ReportDate <ExDateTime>] [-ReportingDatabase <String>] [-ReportingServer <Fqdn>]

Examples

EXAMPLE 1

This example returns all outages that occurred the previous day. This cmdlet always returns outages for one day.

Copy Code
Get-AvailabilityReportOutage

EXAMPLE 2

This example returns all outages reported for Microsoft Outlook services at all sites on the selected day.

Copy Code
Get-AvailabilityReportOutage -ReportDate:"2011-12-05" -Identity:"Outlook*"

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 "Test system health" entry in the Exchange and Shell Infrastructure Permissions topic.

Parameters

Parameter Required Type Description

Identity

Optional

Microsoft.Exchange.Monitoring.AvailabilityReportOutageIdParameter

The Identity parameter specifies the outage.

ReportDate

Optional

Microsoft.Exchange.ExchangeSystem.ExDateTime

The ReportDate parameter specifies the date to query for the outage report.

ReportingDatabase

Optional

System.String

The ReportingDatabase specifies the name of the database on the reporting server.

ReportingServer

Optional

Microsoft.Exchange.Data.Fqdn

The ReportingServer parameter specifies the name of the reporting database server to connect to.

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.