Remove-RASNotificationResource
Removes resource notifications.
Remove-RASNotificationResource [-Id] <uint> [<CommonParameters>]
Remove-RASNotificationResource [-InputObject] <NotificationResource> [<CommonParameters>]
A command to remove resource notifications
-Id <uint>
-InputObject <NotificationResource>
<CommonParameters>
-none-
-none-
---------- 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.