I need help with a vbscript to be able to query a fixed list of
computers on the network if there are any user logged on thru remote
desktop connections and return a result if the computers are logged on
or not. As the file and print sharing had been disabled on those
computers, so those scripts that I got (using Win32_ComputerSystem etc)
are not able to work. Scripts that ping to those computers also doesn't
give accurate results, as I'll still get connected results even if no
user is log on but the PC is power up.
is there any way to do up a vbscript to query like event logs etc for
checking if there's any user logged on?
Thanks!