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>
-Id <uint> Notification ID.
<CommonParameters>
INPUTS
-none-
OUTPUTS
EXAMPLES
---------- EXAMPLE 1 ----------
Get-RASNotificationResource -Id 1
Get resource notification with id 1.
RELATED LINKS
Last updated