Novell ZENworks Endpoint Security Management 3.5 Manual de usuario Pagina 154

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 245
  • Tabla de contenidos
  • SOLUCIÓN DE PROBLEMAS
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 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();
Vista de pagina 153
1 2 ... 149 150 151 152 153 154 155 156 157 158 159 ... 244 245

Comentarios a estos manuales

Sin comentarios