The NT LAN Manager Components comprise components which encapsulate 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 and LAN Manager Utilities packages