A SERVICE OF

logo

ZENworks® ESM 3.5 Administrator’s Manual 159
Details:
Preliminary setup required creating a policy which included a new Integrity rule with a custom message.
The custom message included a launch link which was added to the SCC menu bar.
LaunchLinkByName
Note
When setting the LaunchLink by name, the name specified MUST EXACTLY match the launch link
specified in the policy.
JScript
Action.LaunchLinkByName("MyLink");
VBScript
Action.LaunchLinkByName "MyLink"
LogEvent
JScript
Action.LogEvent("MyEvent", eALARM, "This is a log test message");
VBScript
Action.LogEvent "MyEvent", eALARM, "This is a vb log test message"
Details:
Pre-requisite is that logging needs to be enabled.
Message
Asynchronous Message (displayed and script continues):
JScript
Action.Message("Display sync message");
VBScript