Good afternoon
I was curious as to how User Count was queried when checking windows machines. We have a policy where we limit user log in to two but I recently received an alert that stated there were six people in a server so I will need to find the delta.
NCPA user count
NCPA user count
Last edited by jsalsbury on Thu Apr 04, 2019 3:01 pm, edited 1 time in total.
Re: NCPZ user count
We were not able to recreate the issue in-house.
NCPA is using the psutil to obtain the number of users that are logged in the system, which uses Windows functions. Here's some additional info:
https://github.com/giampaolo/psutil
https://msdn.microsoft.com/en-us/window ... ainContent
NCPA is using the psutil to obtain the number of users that are logged in the system, which uses Windows functions. Here's some additional info:
https://github.com/giampaolo/psutil
https://msdn.microsoft.com/en-us/window ... ainContent
Be sure to check out our Knowledgebase for helpful articles and solutions!