Remove-RASNotificationScript
Last updated
Last updated
Remove-RASNotificationScript
Removes notification script.
Remove-RASNotificationScript - (uint) [()]
Remove-RASNotificationScript - () [()]
Remove-RASNotificationScript [[-] (uint)] - (string) [()]
Removes existing notification script.
Script name
Site ID from which to remove the specified Notification Script.
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.
() Input object from pipeline or by parameter.