Jake Morgan wrote:We don't really expose any session information, but we don't do much else to support this either. We don't provide an option to launch something on connection. We don't provide an option to provide a parameter to an app.
The plugin stuff shouldn't be outdated.
If you're willing to launch it manually by clicking on an item in the toolbox after connection, you may be able to build an iexpress package that has a script. The script could look at the parent process (screenconnect) and get it's command line, then you could parse out the session ID or whatever else you need.
This is what I would do, create a vbscript file that can extract the id, then launch your winaudit.exe file with that variable. I would package it all in iexpress package for a one click run.