Re: [python-win32] pywin32 question

2022-03-13 Thread Steven Manross
on: 2 - State = Connected --> User: No one is logged in -- Protocol: Console HTH Steven From: python-win32 On Behalf Of Steven Manross Sent: Sunday, March 13, 2022 8:26 AM To: Craig R. Matthews ; python-win32@python.org Subject: Re: [python-win32] pywin32 question While I don’t have a huge envir

Re: [python-win32] pywin32 question

2022-03-13 Thread Steven Manross
g with it myself eventually. Steven From: python-win32 On Behalf Of Craig R. Matthews Sent: Saturday, March 12, 2022 12:02 AM To: python-win32@python.org Subject: [python-win32] pywin32 question I was wondering if there is a way in python to determine the idle time for a terminal server sessio

[python-win32] pywin32 question

2022-03-13 Thread Craig R. Matthews
I was wondering if there is a way in python to determine the idle time for a terminal server session as QUERY USER does. Also, is there a way to get that python code to run for a server other than the one running the code (as in QUERY USER /SERVER:name)?