A
arjan
Hi,
I found snippets on how you can define a processwatcher. It is based on
a WMI-query with a trigger. It uses the WqlEventQuery class.
Does anyone have a code snippet for the same functionality on the
Logonsessions within WMI?
The query that the trigger should be created on is "SELECT * FROM
Win32_LogonSession".... The goal is to recieve a trigger on a logon,
witch gives me the logontime and the userID
cheers
Trumpeteer
I found snippets on how you can define a processwatcher. It is based on
a WMI-query with a trigger. It uses the WqlEventQuery class.
Does anyone have a code snippet for the same functionality on the
Logonsessions within WMI?
The query that the trigger should be created on is "SELECT * FROM
Win32_LogonSession".... The goal is to recieve a trigger on a logon,
witch gives me the logontime and the userID
cheers
Trumpeteer