Topic Last Modified: 2013-02-15

The Push Notifications feature is implemented in Exchange to send notifications from the server side to mobile applications such as Outlook Web App for Exchange.

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

Syntax

Get-PushNotificationApp [-Identity <PushNotificationAppIdParameter>] [-DomainController <Fqdn>] [-Platform <None | APNS | PendingGet>]

Examples

EXAMPLE 1

This example obtains notification setting information for the application APNS-MOWA-V1.

Copy Code
Get-PushNotificationApp -Identity APNS-MOWA-V1

Detailed Description

The Get-PushNotificationApp command obtains setting information for mobile applications.

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 ActiveSync settings" entry in the Clients and Mobile Devices Permissions topic.

Parameters

Parameter Required Type Description

DomainController

Optional

Microsoft.Exchange.Data.Fqdn

The DomainController parameter specifies the fully qualified domain name (FQDN) of the domain controller that retrieves data from Active Directory.

Identity

Optional

Microsoft.Exchange.Configuration.Tasks.PushNotificationAppIdParameter

The Identity parameter specifies the main identifier for Push Notification applications created in Active Directory.

Platform

Optional

Microsoft.Exchange.Common.PushNotificationPlatform

The Platform parameter specifies the platforms that should be returned by the Get-PushNotificationApp cmdlet.

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.