Remove-RASNotificationEvent
Last updated
Last updated
Remove-RASNotificationEvent
Removes event notifications.
Remove-RASNotificationEvent [] (uint) [()]
Remove-RASNotificationEvent [-] () [()]
A command to remove event notifications.
Notification ID.
(CommonParameters)
-none-
-none-
**---------- EXAMPLE 1 ----------
Remove-RASNotificationEvent -Id 1
Removes event notification with id 1. **---------- EXAMPLE 2 ----------
Get-RASNotificationEvent -id 2 | Remove-RASNotificationEvent
Removes event notification by input object.
() Input object from pipeline or by parameter.