Novell ZENWORKS ENDPOINT SECURITY MANAGEMENT 3.5 - ADMINISTRATION Administration Manual page 147

Hide thumbs Also See for ZENWORKS ENDPOINT SECURITY MANAGEMENT 3.5 - ADMINISTRATION:
Table of Contents

Advertisement

JScript:
Action.LaunchAsUserWithCode(appToLaunch, "sParameters", "sWorkingDir", bShow,
bWait, nExitCode);
VBScript:
Action.LaunchAsUserWithCode appToLaunch, "sParameters", "sWorkingDir", bShow,
bWait, nExitCode
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:
Action.Message "Display sync message"
Synchronous Message (displayed and waits for user respond before the script continues):
NOTE: nTimeoutSeconds values of -1 or 0 will NEVER timeout
Creating and Distributing Security Policies 147

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the ZENWORKS ENDPOINT SECURITY MANAGEMENT 3.5 - ADMINISTRATION and is the answer not in the manual?

Table of Contents