Jump to content
RDP1974

NT API components

Recommended Posts

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

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

'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
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 by Steku

Share this post


Link to post

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×