Tool or script to obtain remotely the members of administrators gr

G

Guest

Does anyone know a script (vbs), or an easy tool (Resource Kit, Support
tools, MBSA, etc..) that can be used to obtain remotely the members of
administrators group?

For WNT4 resource kit we could use "local.exe" or "global.exe" to do this
-->
local.exe administrators \\172.26.80.25

but i can´t find a tool for W2003

Also, I think that with MBSA (v2) this was posible, but i only want the
information of the membership, i don´t need information like blank passwords
and so on..

Localy, you got it if you type "net localgroup administrators" but i = need
a script or a tool that gets them remotely. I´m sure there must be a tool or
an easy script to solve it.

Thanks in advanced.
 
P

Pegasus \(MVP\)

Raluk88 said:
Does anyone know a script (vbs), or an easy tool (Resource Kit, Support
tools, MBSA, etc..) that can be used to obtain remotely the members of
administrators group?

For WNT4 resource kit we could use "local.exe" or "global.exe" to do this
-->
local.exe administrators \\172.26.80.25

but i can´t find a tool for W2003

Also, I think that with MBSA (v2) this was posible, but i only want the
information of the membership, i don´t need information like blank passwords
and so on..

Localy, you got it if you type "net localgroup administrators" but i = need
a script or a tool that gets them remotely. I´m sure there must be a tool or
an easy script to solve it.

Thanks in advanced.

Try psexec.exe to run the command remotely
(www.sysinternals.com).
 

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

Top