Hi,

I need to enumerate the user accounts on the network. I'm writing a program that should only be accessed by management and they're already complaining that they have to remember too many (2) passwords. What I want to do is check which account is loged in on the current PC and if they aren't suppose to have access, close the program. But I'd need to ba able to add users to my lis, and for that I want to have a list of all the user accounts so that I can just choose one from there.

Any help would be greatly appreciated