ActiveDirectoryLib v1.0
ActiveDirectoryLib vs. 1.0 is an automation, which delivers high performant AD queries.
You can use following methods:
* GetDisplayName(string userName) : string
* GetUserName(string loginSID) : string
http://www.mibuso.com/dlinfo.asp?FileID=1639
Discuss this download here.
Comments
ActiveDirectoryLib vs. 1.2 is an automation, which delivers high performant AD queries.
Version 1.2:
You can use following methods:
* GetUserName(string loginSID) : string
* GetDisplayName(string userName) : string
* GetUserPropertyValue(string userName, string propertyName) : string
* GetUsers(string nameFilter, out MSXML2.DOMDocument xmlDoc)
* GetServers(out MSXML2.DOMDocument xmlDoc)
* LastError : string
Archive contains automation dll and description file readme.txt.
readme.txt contains sample code.
Version 1.0:
You can use following methods:
* GetDisplayName(string userName) : string
* GetUserName(string loginSID) : string
http://www.mibuso.com/dlinfo.asp?FileID=1639
Discuss this download here.