Novell ZENworks Endpoint Security Management 3.5 Manual do Utilizador Página 193

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
Vista de página 192
ZENworks® ESM 3.5 Administrator’s Manual 193
env = adp.GetNetworkEnvironment();
apcount = env.WirelessAPCount;
Action.Trace("WirelessAPCount = " + apcount);
if(apcount > 0)
{
apitem = env.GetWirelessAPItem(0);
Action.Trace("apitem.SSID = " + apitem.SSID);
}
}
}
}
VBScript
dim adplist
dim adplength
dim adp
dim env
dim apitem
dim adptype
dim adpname
dim apcount
dim i
set adplist = Query.GetAdapters()
adplength = adplist.Length
Action.Trace("adplength = " & CInt(adplength))
if(CInt(adplength) > 0) then
For i = 0 To (CInt(adplength) - 1)
set adp = adplist.Item(i)
adptype = adp.Type
Vista de página 192
1 2 ... 188 189 190 191 192 193 194 195 196 197 198 ... 244 245

Comentários a estes Manuais

Sem comentários