XP machine status

  • Thread starter Thread starter andy
  • Start date Start date
A

andy

I find an automated way to check a Win XP machine status.
In particular i would like to know if:

- machine is power off or not
- machine is in logoff state or not
- if someone is logged on machine (via rdp protocol), i want to know
which is user connected

Note that Win XP is joined in a Win2000 Server AD domain.



Best regards.
 
You can use psloggedon from the pstools package on sysinternals.com for the
latter two tasks. The former ping it and see if you get a response.

--
Thanks,
Brian Desmond
Windows Server MVP - Directory Services

www.briandesmond.com
 
Brian Desmond [MVP] ha scritto:
You can use psloggedon from the pstools package on sysinternals.com for the
latter two tasks. The former ping it and see if you get a response.
Thanks, now i write something in vbs or similare to automate process...


Regards.
 
Back
Top