How can I get the users of a computer and the groups that they belong to such as Administrators, Users, etc using APIs in VB? Thank you
Printable View
How can I get the users of a computer and the groups that they belong to such as Administrators, Users, etc using APIs in VB? Thank you
See if this sample is what you need. If not then browse this page for more samples under "Computer Users and Groups".
Thank you, those will probably work but is their an example specifically for local users only, not network users? In other words, is there a way to do that without using netapi32.dll? Thank you