+2
Under Review

way to filter out Computer with currently logged user (Active) or have them show in different color

Sandip Patel 4 years ago updated by Ben Hoffman 10 months ago 7

Answer

Answer

Hi Sandip,

You can create a session group of active sessions. You can use the HostConnectedCount = 0 AND GuestConnectedCount > 0 filter if you're looking for sessions with only a guest connected, or HostConnectedCount > 0 AND GuestConnectedCount > 0 if you're looking for sessions with a host and guest connected.

Answer

Hi Sandip,

You can create a session group of active sessions. You can use the HostConnectedCount = 0 AND GuestConnectedCount > 0 filter if you're looking for sessions with only a guest connected, or HostConnectedCount > 0 AND GuestConnectedCount > 0 if you're looking for sessions with a host and guest connected.

Thank you for your quick response Rishikesh.  That's not what I was looking for.  What I am looking for is that, when I logon to my connectwise account.  I should be able to see how many computers are being used now (user are logged on to ).  So, it should give me list of computer being used

Under Review

Sandip, If you mean how many hosts are currently connected to sessions. In which case it would just be HostConnectedCount > 0

If this is not what you meant then please give us a scenario which would describe the request in details.

Where the User: field has '(Active)' is what I'm after.
User LIKE '*Active*'

does not work

Hi Bernard, 

In that case, you should use GuestLoggedOnUserName instead of 'User.' Here's our whole list of session group filters. 

+1

If anyone runs across this post the answer is:

GuestLoggedOnUserName <> ''

Returns any machine that has a user logged in (the string is not empty).