Tool to test for administrator access

  • Thread starter Thread starter Joseph Topping
  • Start date Start date
J

Joseph Topping

Are there any tools that can be used to verify that a workstation is
on the domain and has administrator access by domain admins. It could
be done either with a network discovery tool or a supplied list of
workstations.

Thanks,
Joseph Topping
 
[Q]: Are there any tools that can be used to verify that a workstation is on
the domain ?
[A]: From command line, type "net view /domain:yourdomain_name" that will
give you list of all your computers in the domain.

[Q]: Are there any tools that can be used to verify that a workstation has
administrator access by domain admins?
[A]: From command line, type 'local "Administrators"
\\your_workstation_name'

* Local.exe is a part of the Microsoft Windows 2000 Resource Kit.
Shai
 
Back
Top