The NT LAN Manager Components comprise the translated API interface units, and components which encapsulate Servers, Groups and Users.
The API interface units are direct translations of the lm*.h C header files for LAN Manager. Although these APIs are documented in the API help files that come with Delphi, it's missing these translated headers.
The components encapsulate NT Servers, Groups and Users. Manipulating NT accounts using the raw APIs is tricky. These components make it simple!
The TNetServer component allows you to connect to local or
remote servers and enumerate, add and delete uses and groups. It
also allows you to find the primary domain controller (PDC) for a domain,
list trusted domains, and force full and partial replications across the
domain.
The TNetUser component allows you to examine and change the
various properties for an NT user account. It also allows you to add
and remove users from global and local groups.
The TNetLocalGroup and TNetGlobalGroup component allows you to examine and change the various properties for NT groups. It also allows you to add and remove users from the groups.
If you use this package you will also need to download the NT Utilities package