Tracking Admin Accounts

  • Thread starter Thread starter Chris
  • Start date Start date
C

Chris

I'm looking for a tool or method by which to track users
in our company who have their domain accounts in the
local admin group or have a local admin account.
The security base analyzer helps somewhat, but the
reporting tool is cumbersome to use.
Are there any other tools, any 3rd party utilities, etc.?

thanks!
 
Track in what way ?
Do you just want a report of what accounts are in
each local Administrators group ?
If that is "track" just write a small script that will
enumerate the membership of the Administrators
group after opening a WMI connection to each of
the machines. This information is not stored in one
domain-central location as it is machine local info,
not domain info.
 

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