 Rank: Advanced Member Medals:   Joined: 1/28/2014(UTC) Posts: 94 Location: daphne, al
Thanks: 50 times Was thanked: 4 time(s) in 4 post(s)
|
I have a current Session group with the following:
HostConnectedCount > 0
Which shows me any Hosts that are connected. I would like to have this sub-grouped with HostLoggedOnUserName so that under Connected it will show me each Host name.
I have tried every imaginable way of doing this, but have not been successful.
Any suggestions?
Thanks,
Rich
|
|
|
|
 Rank: Administration Medals:  Joined: 3/28/2014(UTC) Posts: 2,862  Thanks: 3 times Was thanked: 351 time(s) in 303 post(s)
|
Offhand I can't remember if it was added in 5.6 or 6.0, but you can use the ConnectedParticipantNames property for this. Your session group filter would look like: while the Subgroup Expression looks like: Code:
ConnectedParticipantNames
|
ScreenConnect Team |
 1 user thanked Scott for this useful post.
|
|
|
 Rank: Advanced Member Medals:   Joined: 1/28/2014(UTC) Posts: 94 Location: daphne, al
Thanks: 50 times Was thanked: 4 time(s) in 4 post(s)
|
worked perfectly!! Thank you!!
Is there a updated list of Available syntax? I dont show that one under the "Show Reference" option.
Rich
|
|
|
|
 Rank: Administration Medals:  Joined: 3/28/2014(UTC) Posts: 2,862  Thanks: 3 times Was thanked: 351 time(s) in 303 post(s)
|
According to our trunk it was added in rev 10084 so unless you're on a version from before last December it should be there.
It is, however, in the middle of the listing. I see it just below 'GuestConnectedCount' and just above 'CustomPropertyN' within the Manage Session Group reference. |
ScreenConnect Team |
|
|
|
 Rank: Advanced Member Medals:   Joined: 1/28/2014(UTC) Posts: 94 Location: daphne, al
Thanks: 50 times Was thanked: 4 time(s) in 4 post(s)
|
I have 6.0.11622.6115, but its not showing. Personally it's not big deal.
Thanks for your help.
Rich
|
|
|
|
 Rank: Administration Medals:  Joined: 3/28/2014(UTC) Posts: 2,862  Thanks: 3 times Was thanked: 351 time(s) in 303 post(s)
|
Just to follow up, the functionality was added in the revision I mentioned above but it wasn't added to the reference until much later. Although I can't find explicitly which version it was added to the reference, my current 6.1 alpha build does list it. |
ScreenConnect Team |
|
|
|
 Rank: Newbie Joined: 4/21/2015(UTC) Posts: 27  Thanks: 1 times
|
Hi i have a group for my lab i want to create a subgroup for the computers of the right side of the lab and for the left side each computer is named with a L or R
is there a way to make it ??
something similar to this IIF(GuestConnectedCount > 0, 'Connected', 'Disconnected')
|
|
|
|
 Rank: Newbie Joined: 1/28/2016(UTC) Posts: 37
Was thanked: 5 time(s) in 5 post(s)
|
I think something like this should work.
iif(GuestMachineName like '%L%', 'Left', 'Right')
Just place this in the Subgroup expression.
|
 1 user thanked chriscamp for this useful post.
|
|
|
 Rank: Newbie Joined: 4/21/2015(UTC) Posts: 27  Thanks: 1 times
|
Originally Posted by: chriscamp  I think something like this should work.
iif(GuestMachineName like '%L%', 'Left', 'Right')
Just place this in the Subgroup expression.
thank you that did it
|
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.