Novell ZENworks Endpoint Security Management 3.5 User Manual

Page of 245
ZENworks® ESM 3.5
Administrator’s Manual
201
//Action.EnableAdapterType (false, eWIRELESS );
}
else
{
Action.Trace("NO Dialup connection found.");
}
if (( !Wired ) && ( !Wireless ) && ( !Dialup ))
{//Apply Global settings so you don't override policy settings
Action.Trace("NO connections so, enable all");
Action.DialupDisabledState ( eApplyGlobalSetting , 1);
Action.WiredDisabledState ( eApplyGlobalSetting , 1);
Action.WiFiDisabledState ( eApplyGlobalSetting , 1);
}