A SERVICE OF

logo

ZENworks® ESM 3.5 Administrator’s Manual 153
Action Namespace
CheckForUpdate
JScript
Action.CheckForUpdate();
VBScript
Action.CheckForUpdate()
ClearFixedShieldState
SetShieldStateByName
Trace
Sleep
Note:
When setting the ShieldState (firewall) by name, the name specified MUST EXACTLY match the firewall
specified in the policy. Three firewall settings are always available regardless of the policy ("All Closed",
"All Adaptive", and "All Open").
JScript
Action.SetShieldStateByName("Closed",true);
Action.Trace("Start 20 second sleep");
Action.Sleep(20000);
var ret = Action.ClearFixedShieldState();
if(ret == true)
Action.Trace("ret = true");
%programfiles% C:\Program Files
%profile% C:\Documents and Settings\username
%localappdata% %profile%\Local Settings\Application Data
%appdata% %profile%\Application Data
%commonappdata% C:\Documents and Settings\All Users\Application Data
%commonprograms% C:\Documents and Settings\All Users\Start Menu\Programs
%cookie% %profile%\Cookies
Table 6: Shell Folder Names