Hello,
is it possible to detect inside user VM that user has connected or reconnected to his desktop and run some script ?
Also is it possible inside user VM to find out if user is connected and how long?
One way to do it is via following powershell command, but this works only if user is connected via PCoIP protocol.
Get-WmiObject -Class Win32_PerfRawData_TeradiciPerf_PCoIPSessionGeneralStatistics -Property SessionDurationSeconds
Best regards