Who has Local Admin Rights

  • Thread starter Thread starter hhickson
  • Start date Start date
H

hhickson

Is there a program that will interrogate systems across
the network (via login scripts or SMS) that will report
back those accounts with local admin rights on the system?

Huck
 
The quick and dirty way:

login.bat:


net localgroup administrators>\\server\share\%computername%.txt

That'll generate a bunch of files named by computer name with the
groups/users in the admininstrators group. Of course, I think that if the
person does not have admin rights, the result will be a "access is denied."

Ray at work
 
Back
Top