For the complete documentation index, see llms.txt. This page is also available as Markdown.

Get-RASNotification

NAME

Get-RASNotification

SYNOPSIS

Retrieves notifications.

SYNTAX

Get-RASNotification [Id] (uint) [(CommonParameters)] **

Get-RASNotification [SiteId (uint)] [(CommonParameters)] **

DESCRIPTION

A command which retrieves all notifications.

PARAMETERS

SiteId (uint)

Site ID where notification is setup.

Current site ID is used if siteId is omitted.

Id (uint)

Notification ID.

(CommonParameters)

INPUTS

-none-

OUTPUTS

Notification

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

Get-RASNotification -Id 1

Get notification with id 1.

Last updated