Kaspersky Security Center Automation
10.0
|
import "klakaut.idl";
Public Member Functions |
|
HRESULT | GetChildComputers ([in] long idOU,[in] IKlAkCollection *pFields,[out, retval] IKlAkCollection **ppInfo) |
HRESULT | GetChildOUs ([in] long idOU,[in] IKlAkCollection *pFields,[out, retval] IKlAkCollection **ppInfo) |
HRESULT | GetOU ([in] long idOU,[in] IKlAkCollection *pFields,[out, retval] IKlAkParams **ppInfo) |
Properties |
|
IKlAkProxy |
AdmServer [get, set] |
VARIANT |
Prop ([in] BSTR strName) [get, set] |
KlAkObjType |
Type [get] |
Scanned active directory OU structure.
Allows to enumerate scanned active directory OU structure.
One should set AdmServer property before using the object.
See JScript call sample below.
... var oObj = new ActiveXObject("klakaut.KlAkAdHosts"); oObj.AdmServer = ...;