Local Administrators Group

  • Thread starter Thread starter Jasper Recto
  • Start date Start date
J

Jasper Recto

Is there a way to scan the computers on our network to find what user
accounts are in the Local administrator groups?

Thanks,
Jasper
 
Jasper Recto said:
Is there a way to scan the computers on our network to find what user
accounts are in the Local administrator groups?

Thanks,
Jasper

You could run this command from your own console:
psexec.exe \\PCName net localgroup administrators

If you have a list of NetBIOS names then you can expand the above command to
scan all PCs included in that list.

You can download psexec.exe from www.sysinternals.com.
 
Back
Top