NetLocalGroupEnum: Enumerate Local Groups
Retrieve the local groups on your NT/2000 workstation or server
Apr 19.2001
NetLocalGroupEnum: Enumerate Local Groups and Descriptions
Retrieve the local groups and their descriptions on your NT/2000 workstation or server.
Apr 19.2001
NetConnectionEnum: Enumerating Share Connection Information
Using the NetConnectionEnum API to list connections made to a shared resource on the server or connections established from a particular computer.
Jun 18.2001
NetShareEnum: Enumerating Shared Resources on Other Machines
Find remote machine shares, connection type, comments and resolved path using NetShareEnum. Jun 18.2001
EnumServicesStatus: Enumerate Local Machine Services
Basic code to call EnumServicesStatus to obtain the service list for the local machine.
May 22.2001
EnumServicesStatus: Enumerate Local Machine Services and Status
Expanding on the above to add additional info returned from the EnumServicesStatus call.
May 22.2001
EnumServicesStatus: Enumerate Local or Remote Machine Services and Status
Adding the NetServerEnum code, this allows viewing of services running on any NT system in the domain.
May 22.2001
WNetEnumResource: Enumerating Local Network Resources
Obtain mapped drives on the local machine, and resolve local drive letters into the corresponding UNC path.
Jun 26.2001
NetSessionEnum: Enumerate Sessions on a Server
Use NetSessionEnum to provide information about sessions established on a server.
Jun 18.2001
NetServerEnum: Obtain Domain/Workgroup Servers and Machines
Calling NetServerEnum to retrieve the domain machine list. May 22.2001
NetServerEnum: Get Version Info for Domain/Workgroup Servers and Machines
Calling NetServerEnum with the SERVER_INFO_101 structure to retrieve domain machine and their OS version. May 22.2001
EnumServicesStatus: Enumerate Local or Remote Machine Services and Status
Adding NetServerEnum code, this allows viewing of services running on any NT system in the domain. May 22.2001
NetUserGetInfo: Enumerate the User List and Obtain User Info
Code to load a listbox with the users for a given PDC/BDC (or local NT machine), along with their USER_INFO_10 data.
Oct 30.2000
|