Windows_NT Software

Here are some programs I wrote for administration needs. I have now included documents how to use the WIN32 API functions.


Microsoft has build wonderful (ok, nearly ..) GUI applications to administer the Windows/NT server. That´s ok for all the people who have to maintain 10 users and 10 workstations. But what about the administrators who have to take care of 100 workstations and 1000 users ? They often use BATCH files to do the tasks for creating a new user (adding the user, copy some files into the home directory, ..). At this point the admins have to do all these tasks with the commandline ultilities provided with the operating system. You soon will realize that there are lot of limitations. That was the motivation to write some programs.
Attention ! There is minimal documentations !

Programs

Useradministration/Remote access
Name Date/Version Size Description
NTUsers 970221/0.7rev1 29233 lists one or all users with ALL user attributes (this is NOT a hacker util, it´s intended for serious system administrators)
NTGroups 960330/0.6 17.303 lists global groups
NTUAdd 970519/0.8 22628 powerful utility to add users to a system, including set RAS permissions, assigning a drive to a share and User templates !
RASFinger 971111/0.2rev2 30.976 list users logged on to a NT RAS server with optional detail information (IP-No, transfered bytes, etc.)
Miscellaneous
Name Date/Version Size Description
Which 960330/0.1 19.815 determines the path to the given executable (it does not support doskey macros and 4DOS aliases)

Documents - Usage of WIN32API functions

NetUserAdd()
AddUser - skeleton for a user administration tool

Any comments on the programs or related issues are welcome. Please notify me if there is a bug !


Oliver Dippel