I want to write a script which will query terminal servers for the IPs of connected users and test the latency in connections to the users.
I'm able to get the users information via: Win32::Lanman::WTSEnumerateSessions & WTSQuerySessionInformation However, I'm still looking for the right library to get latency. I was hoping to do this with net::ping, but it looks like I can only define timeout not receive round trip time information from it. Thanks for your input :-) B _______________________________________________ Perl-Win32-Admin mailing list [EMAIL PROTECTED] To unsubscribe: http://listserv.ActiveState.com/mailman/listinfo/perl-win32-admin
