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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top