Novell ZENworks Endpoint Security Management 3.5 Manual de usuario Pagina 200

  • 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 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 );
Vista de pagina 199
1 2 ... 195 196 197 198 199 200 201 202 203 204 205 ... 244 245

Comentarios a estos manuales

Sin comentarios