How to Remotely Get Members of Local Administrators Group
There are a several programs and scripts to get the members of local administrators group on a Windowx XP or Win2K Pro computers. Recently I wrote a batch file based on the command
psexec -n 5 \\<computer_name> net localgroup administrators
‘psexec’ is a command line utility that allows you to run processes on remote computers. The utility [...]