Is there a way to log the remote username when logging into a win2003 or win2008 (r1 or r2) server.
The application must run in a console window as opposed to running as a service so a user has to remain logged in to use it, and the various members of the ops team are able to login as that user to troubleshoot/diagnose any issue's. We would like to be able to audit who logged in and performed what changes to the system, however windows is only logging that the service account logged in, and not the remote user.
I know services like RADMIN will log the remote username, but it has issues of it's own such as only logging into the console session.