Get-RASNotificationScript
Last updated
Last updated
Get-RASNotificationScript
Retrieves notification script info.
Get-RASNotificationScript [] (uint) [()]
Get-RASNotificationScript [[-] (string)] [[-] (uint)] [()]
Retrieves a list or individual notification script info.
Script name.
Site ID.
If the parameter is omitted, the site ID of the Licensing Server will be used.
Script ID
(CommonParameters)
-none-
**---------- EXAMPLE 1 ----------
Get-RASNotificationScript
Returns a list of notification scripts. **---------- EXAMPLE 2 ----------
Get-RASNotificationScript -Id 12
Returns a notification script with Id 12. **---------- EXAMPLE 3 ----------
Get-RASNotificationScript -Name "testScript"
Returns a notification script named 'testScript'.