Get-NotificationEndpoint

Get-NotificationEndpoint

Gets notification end points.

Syntax

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

Parameter Set: FromId
Get-NotificationEndpoint [-Id] <Guid> [[-Path] <String[]> ] [ <CommonParameters>]

Detailed Description

Gets all notification end points or the particular notification end point with the specified notification end point ID.

Parameters

-Id<Guid>

Specifies the GUID of the notification endpoint to retrieve.

Aliases

none

Required?

true

Position?

1

Default Value

none

Accept Pipeline Input?

true (ByValue)

Accept Wildcard Characters?

false

-Path<String[]>

Specifies the path or set of paths of management groups for which to retrieve notification endpoints. To enter multiple values, separate them by using commas.

Aliases

none

Required?

false

Position?

2

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

Examples

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

This command gets all notification end points.

C:\PS>get-notificationendpoint

Get-NotificationAction

Get-NotificationEndpoint

Get-NotificationRecipient

Get-NotificationSubscription