Get-RASNotificationEvent

NAME

Get-RASNotificationEvent

SYNOPSIS

Retrieves event notifications.

SYNTAX

Get-RASNotificationEvent [[-Idarrow-up-right] <uint>] [-SiteIdarrow-up-right <uint>] [<CommonParametersarrow-up-right>]

DESCRIPTION

A command which retrieves all event notifications.

PARAMETERS

-SiteId <uint> Site ID where notification event is setup. Current site ID is used if siteId is omitted.

        Required?                    false
        Position?                    named
        Default value                0
        Accept pipeline input?       false
        Accept wildcard characters?  false

-Id <uint> Notification ID.

<CommonParameters>

INPUTS

-none-

OUTPUTS

NotificationEventarrow-up-right

EXAMPLES

---------- EXAMPLE 1 ---------- Get-RASNotificationEvent -Id 1 Get event notification with id 1.

Last updated