Novell ZENworks Endpoint Security Management 3.5 Bedienungsanleitung Seite 189

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 245
  • Inhaltsverzeichnis
  • FEHLERBEHEBUNG
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 188
ZENworks® ESM 3.5 Administrator’s Manual 189
{
adp = adplist.Item(0);
env = adp.GetNetworkEnvironment();
ret = env.GatewayCount;
Action.Trace("GatewayCount = " + ret);
if(ret > 0)
{
item = env.GetGatewayItem(0);
ret = item.IP;
Action.Trace("IP = " + ret);
}
}
VBScript
dim adplist
dim adplength
dim adp
dim env
dim ret
dim item
set adplist = Query.GetAdapters()
adplength = adplist.Length
Action.Trace("adplength = " & CInt(adplength))
if(CInt(adplength) > 0) then
set adp = adplist.Item(0)
set env = adp.GetNetworkEnvironment()
Seitenansicht 188
1 2 ... 184 185 186 187 188 189 190 191 192 193 194 ... 244 245

Kommentare zu diesen Handbüchern

Keine Kommentare