I have a need to determine the "IDLE TIME" as provided by the Windows Query program.

Sample output:
C:\>query user /server:CTX202201
 USERNAME              SESSIONNAME        ID  STATE   IDLE TIME LOGON TIME
 administrator         rdp-tcp#67          2  Active       1:38 6/15/2022 10:48 AM


I can't find the above "IDLE TIME" anywhere in pywin32 "Python for Win32 Extensions".

I need this time value, and would rather keep all the code in python without having to resort to something like subprocess to encapsulate the Windows Query program.

Thank you.
_______________________________________________
python-win32 mailing list
python-win32@python.org
https://mail.python.org/mailman/listinfo/python-win32

Reply via email to