Novell ZENworks Endpoint Security Management 3.5 Bedienungsanleitung Seite 200

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 245
  • Inhaltsverzeichnis
  • FEHLERBEHEBUNG
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 199
ZENworks® ESM 3.5 Administrator’s Manual 200
//Action.EnableAdapterType (false, eWIRELESS );
}
else
{
Action.Trace("NO Wired connection found.");
}
//check if there is a wireless connection
if (Wireless)
{
Action.Trace ("Wireless Connection Only!");
Action.WiredDisabledState ( eDisableAccess , 0);
Action.DialupDisabledState ( eDisableAccess , 0);
//alternative call
//Action.EnableAdapterType (false, eDIALUPCONN );
//Action.EnableAdapterType (false, eWIRED );
}
else
{
Action.Trace("NO Wireless connection found.");
}
//check if there is a modem connection
if (Dialup)
{
Action.Trace ("Dialup Connection Only!");
Action.WiredDisabledState ( eDisableAccess , 0);
Action.WiFiDisabledState ( eDisableAccess , 0);
//alternative call
//Action.EnableAdapterType (false, eWIRED );
Seitenansicht 199
1 2 ... 195 196 197 198 199 200 201 202 203 204 205 ... 244 245

Kommentare zu diesen Handbüchern

Keine Kommentare