List of current logged on users, from list of PCs

3

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).

Steve

Posted 2012-01-13T09:08:47.017

Reputation: 2 473

3What OS are these computers? – Daniel Beck – 2012-01-13T09:10:53.057

:) Sorry, should of specified this. 90% are Windows XP, the rest are Windows 7. – Steve – 2012-01-14T11:09:38.713

Answers

2

You could wrap psloggedon in a for loop.

mavhc

Posted 2012-01-13T09:08:47.017

Reputation: 156