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

Avatar
  • updated
  • Under Review
Pinned replies
Avatar
0
Rishikesh Gajul
  • 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.

Avatar
0
Rishikesh Gajul
  • 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.

Avatar
0
Rishikesh Gajul
  • Completed

Avatar
0
Sandip Patel
Quote from Rishikesh Gajul

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

Avatar
0
Rishikesh Gajul
  • 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.

Avatar
0
Bernard Howard

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

does not work

Avatar
0
Caitlin M Barnes Team Member

Hi Bernard, 

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

Avatar
1
Ben Hoffman

If anyone runs across this post the answer is:

GuestLoggedOnUserName <> ''

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