If I filter on the ProgramName column, I need to count the number of user using HostName column ? How if 2 different users connected have same HostName ?
Let say I have a system that restricted maximum 5 users login concurrently. So I want to check the number of user currently using the system. I would like to prompt...