Remove-RASNotificationResource.md
NAME
Remove-RASNotificationResource
SYNOPSIS
Removes resource notifications.
SYNTAX
**Remove-RASNotificationResource [Id] (uint) [(CommonParameters)]
**Remove-RASNotificationResource [-InputObject] (NotificationResource) [(CommonParameters)]
DESCRIPTION
A command to remove resource notifications
PARAMETERS
Id (uint)
InputObject
(CommonParameters)
INPUTS
-none-
OUTPUTS
-none-
EXAMPLES
**---------- EXAMPLE 1 ----------
Remove-RASNotificationResource -Id 1
Removes resource notification with id 1. **---------- EXAMPLE 2 ----------
Get-RASNotificationResource -id 2 | Remove-RASNotificationResource
Removes resource notification by input object.
RELATED LINKS
Last updated