Re: Listing Users that are Part of the Local Administrator Group



Torgeir's suggestion is good. You might also try running a remote
process against each computer (after enumerating them) with psexec (a
sysinternals tool - http://www.sysinternals.com). Example: "psexec
\\computername net localgroup administrators" running from a central
script. In this way you could append to 1 output file instead of having
a lot of different output files and also minimize queries against AD.

chris

.


Loading