How about this quick bit of batch using psexec from PSTools suite
@echo off Setlocal Set log=wherever I want to log to.txt For /f %%a in (mytextfile.txt) do set server=%%a& call:NEXT Endlocal Goto :eof :NEXT Echo %server%>>%log% Psexec \\%server% net localgroup Administrators>>%log% Goto :eof May need a bit of tidying up, but will get you the down-and-dirty info quite quickly _____ From: Naresh Kumar [mailto:[EMAIL PROTECTED] Sent: 18 April 2008 05:08 To: Active Directory Admin Issues Subject: Script for retriving local admin users ~ NEW: CounterSpy Enterprise: Centralized Antispyware - #1 in eWEEK Test! ~ ~ ~ ~ NEW: CounterSpy Enterprise: Centralized Antispyware - #1 in eWEEK Test! ~ ~ <http://www.sunbelt-software.com/product.cfm?id=400> ~
