Kaspersky Security Center Automation
10.0
|
Change one or more attributes of diapason. Changes specified attributes of given diapason.Error occurs if
at least one of intervals/subnet intersects with any of existing
intervals/subnets . var oIpSubnets = new ActiveXObject("klakaut.KlAkIpSubnets"); oIpSubnets.AdmServer = ... ... var idDiapason = ... ... var oPars = new ActiveXObject("klakaut.KlAkParams"); oPars.Add("KLDPNS_ScanEnabled", true); //enable network scan for subnet oIpSubnets.UpdateDiapason(idDiapason, oPars);
|