Novell ZENworks Endpoint Security Management 3.5 Bedienungsanleitung Seite 154

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 245
  • Inhaltsverzeichnis
  • FEHLERBEHEBUNG
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 153
ZENworks® ESM 3.5 Administrator’s Manual 154
else
Action.Trace("ret = false");
VBScript
Action.SetShieldStateByName "Closed",true
Action.Trace("Start 20 second sleep")
Action.Sleep(20000)
dim ret
ret = Action.ClearFixedShieldState()
if(ret = true) then
Action.Trace("ret = true")
else
Action.Trace("ret = false")
end if
ClearStamp
SwitchLocationByName
Stamp
Note
When setting the Location by name, the name specified MUST EXACTLY match the location specified in
the policy.
JScript
Action.SwitchLocationByName("Base");
Action.Stamp();
Action.Trace("Begin 20 second sleep");
Action.Sleep(20000);
Action.SwitchLocationByName("Base");
Action.ClearStamp();
Seitenansicht 153
1 2 ... 149 150 151 152 153 154 155 156 157 158 159 ... 244 245

Kommentare zu diesen Handbüchern

Keine Kommentare