Kaspersky Security Center Automation
10.0
|
Change attributes of existing administration group. Changes specified attributes of the administration group.
... var oGroups = new ActiveXObject("klakaut.KlAkGroups"); oGroups.AdmServer = ... ... var lGroupId = ... ... //Fill container with group name and parent group id var oProps = new ActiveXObject("klakaut.KlAkParams"); oProps.Item("name") = "TestGroup new name"; //Update group oGroups.UpdateGroup(lGroupId, oProps); |