RDP1974 40 Posted July 2, 2022 do you know commercial components with NT API capabilities? - list the groups and the users of active directory or smb - install remove agents centrally through server admin rights (installing silently software through the lan desktops, without user interaction) ... Share this post Link to post
Angus Robertson 574 Posted July 2, 2022 20 years ago Colin Wilson offered a wide range of low level Windows NT components, all free, his web site http://www.wilsonc.demon.co.uk/ disappeared years ago, but you'll still find his components on Torry and such places. Certainly Net Users, Groups, Servers, etc, but this might predate active directory. Angus Share this post Link to post
RDP1974 40 Posted July 2, 2022 perhaps do you remember the name of the suite? thanks Share this post Link to post
Angus Robertson 574 Posted July 2, 2022 'Colin Wilson's Components' I'm afraid, he had several different packages of low level components, all open source. Angus Share this post Link to post
Steku 0 Posted July 3, 2022 (edited) On 7/2/2022 at 6:15 PM, Angus Robertson said: 20 years ago Colin Wilson offered a wide range of low level Windows NT components, all free, his web site http://www.wilsonc.demon.co.uk/ disappeared years ago, but you'll still find his components on Torry and such places. Certainly Net Users, Groups, Servers, etc, but this might predate active directory. Angus Maybe the WayBack Machine can help you... https://web.archive.org/web/20080831155539/http://www.wilsonc.demon.co.uk/delphi.htm Edited July 3, 2022 by Steku Share this post Link to post
Anders Melander 1782 Posted July 3, 2022 I found a copy in one of my old projects. Attached. But... Instead of using 25 year old, undocumented, and probably superseded APIs it might be a better idea to use something like WMI. There are lots of libraries that makes use of WMI easy from Delphi. This one for example: https://bitbucket.org/anders_melander/windows-management-wrappers/src/master/Source/amWindowsManagementInstrumentation.pas NTUnits100.zip NTLowLevel100.zip Share this post Link to post
timfrost 78 Posted July 3, 2022 Look at MiTeC System Information Component Suite (https://www.mitec.cz/msics.html). Includes both AD and WMI components at a lot else besides. Share this post Link to post