Remove-RASNotificationEvent
Removes event notifications.
Remove-RASNotificationEvent [-Id] <uint> [<CommonParameters>]
Remove-RASNotificationEvent [-InputObject] <NotificationEvent> [<CommonParameters>]
A command to remove event notifications.
-Id <uint> Notification ID.
-InputObject <NotificationEvent> Input object from pipeline or by parameter.
<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.