Remove-RASNotificationScript
Last updated
Last updated
Remove-RASNotificationScript
Removes notification script.
Remove-RASNotificationScript - <uint> [<>]
Remove-RASNotificationScript - <> [<>]
Remove-RASNotificationScript [[-] <uint>] - <string> [<>]
Removes existing notification script.
-Name <string> Script name
-SiteId <uint> Site ID from which to remove the specified Notification Script.
-Id <uint> Script ID.
<CommonParameters>
-none-
---------- EXAMPLE 1 ----------
Remove-RASNotificationScript -Id 12
Removes notification script with Id 12. ---------- EXAMPLE 2 ----------
Remove-RASNotificationScript Name "script"
Removes notification script named 'script'. ---------- EXAMPLE 3 ----------
Get-RASNotificationScript -Id 12 | Remove-RASNotificationScript
Removes notification script using pipeline object.
-InputObject <> Input object from pipeline or by parameter.