Get-RASNotificationResource

NAME

Get-RASNotificationResource

SYNOPSIS

Retrieves resource notifications.

SYNTAX

Get-RASNotificationResource [[-Id] (uint)] [SiteId (uint)] [(CommonParameters)]

DESCRIPTION

A command which retrieves all resource notifications.

PARAMETERS

SiteId (uint)

        Required?                    false

        Position?                    named

        Default value                0

        Accept pipeline input?       false

        Accept wildcard characters?  false

Id (uint)

Notification ID.

(CommonParameters)

INPUTS

-none-

OUTPUTS

NotificationResource

EXAMPLES

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

Get-RASNotificationResource -Id 1

Get resource notification with id 1.

Last updated