Remove-RASNotificationResource
Last updated
Last updated
Remove-RASNotificationResource
Removes resource notifications.
Remove-RASNotificationResource [] (uint) [()]
Remove-RASNotificationResource [-] () [()]
A command to remove resource notifications
(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.
()