Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How Can I Interogate The NT4.0 User Manager Database?

Status
Not open for further replies.

LeeSalter

Technical User
Nov 1, 2001
20
GB
Hi there,

I have written a nice application in VB6 that helps my colleagues administer NT4 user accounts (adding shortcuts to profiles, moving them from one server to another, setting permissions, creating remote shares, interogating user .bat files etc etc).

It sits in front of an Access 2000 database. Every time a user whose details have not been queried before is requested, you have to enter their name, user id and home server into input boxes that are then added to the databse.

My question is - how can I get this information (real name, user id and home server) into a database all in one go from User Manager into an Access database, so that we don't have to manually enter each one (there are 4000+!!)

Cheers.
 
Why don't you try the AddUsers function. You could export the info you want to a text file and then import it into your database?
 
Thanks. I've done that and it's all working luvvly jubbly!!! :)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top