Novell ZENworks Endpoint Security Management 3.5 Instrukcja Użytkownika Strona 187

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
Przeglądanie stron 186
ZENworks® ESM 3.5 Administrator’s Manual 187
adplist = Query.GetAdapters();
adplength = adplist.Length;
Action.Trace("adplength = " + adplength);
if(adplength > 0)
{
adp = adplist.Item(0);
env = adp.GetNetworkEnvironment();
ret = env.DNSCount;
Action.Trace("DNSCount = " + ret);
if(ret > 0)
{
item = env.GetDNSItem(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
Przeglądanie stron 186
1 2 ... 182 183 184 185 186 187 188 189 190 191 192 ... 244 245

Komentarze do niniejszej Instrukcji

Brak uwag