Discussion:
User List
(too old to reply)
Daniel Stacey
2006-08-11 18:37:12 UTC
Permalink
I need to get a list of users that are in the local Admin group or power
user group from each computer on the network. I would like to build this
using C#. Does anyone have anything like this. It can search through IP
range or a list of computer names.

Thanks,
Danni
Guy Cox
2006-09-07 14:44:43 UTC
Permalink
Check ADSI and the Winnt provider - I'm working from my DC at the moment so
I can't check it out for you. I don't think what you want is exposed via
WMI.


Cheers,
Guy
Post by Daniel Stacey
I need to get a list of users that are in the local Admin group or power
user group from each computer on the network. I would like to build this
using C#. Does anyone have anything like this. It can search through IP
range or a list of computer names.
Thanks,
Danni
Loading...