is there some way to trigger an acction on logon?
i would like to get a push notification when some one logs in to my machine (hoppefully just me)
i have tried to audit (windows biuld in) the Connections_incoming.txt and if there is write access trigger an acction with tasksheduler
problem is the login is writen on log OUT so some one could log in and do hawok for a day and when his job is done and he logs out i get a notification
this is from my point of view also a general falw if there is a power cut during this time there will be nothing loged to the file (i know there is the TeamViewer15_Logfile.log wich seems instant)
using the TeamViewer15_Logfile.log would mean i need some more serious logic because on a session there ara constant writes to it and i would get notifications every second during i am loged in so i would need to catch some parse in the file like "loged in" and react to that
i hoppe for a more straight forward solution
thx in advance cheers rick