From a list of computers (IP address, or hostname), is there a tool I can use to build a list of the currently logged on user for each computer?

I have a tool which can do this but used all computers connected to a domain controller, which covers multiple sites.

I have a specific group of computers at one site I need to run this on (all on the same subnet).

link|improve this question

62% accept rate
3  
What OS are these computers? – Daniel Beck Jan 13 at 9:10
:) Sorry, should of specified this. 90% are Windows XP, the rest are Windows 7. – Steve Jan 14 at 11:09
feedback

1 Answer

You could wrap psloggedon in a for loop.

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.