I haven't done this before, but my first thought would be to keep it simple and to set a scheduled task for the currently logged on user at logon or unlock of a computer to echo "%ViewClient_Broker_Remote_IP_Address% logging into %COMPUTERNAME%" >> \\path\to\logfile.txt. Then you don't have to worry about creating an interface or program to do lookups. Just make a copy of the text file (so as not to lock it) and do a search.
↧