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