In Vista (business edition), how can you view who the local admins are on the PC without the user being an admin? Any command prompt method etc.?

link|improve this question

55% accept rate
feedback

2 Answers

up vote 2 down vote accepted

Open a command-prompt and execute:

NET LOCALGROUP Administrators

That will show you the membership of the local Administrators group on that machine. (Obviously, I'm assuming that the "Administrators" group hasn't been renamed.)

link|improve this answer
feedback

You can always open a command-line prompt and type net user to list local users. Then type net user <username> for each of them to list the groups they belong to. You may infer something from the result; for example, a user belonging to a group named "Administrators" is probably a local admin.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.