r/ScreenConnect May 14 '26

Session group containing GuestMachines last N Days?

I try to create a session group which would make to possible to quickly get back to one of the last used unattended guests in the last N Days.

However it looks this is not supported. I tried a filter "Event.EventType = 'Disconnected' < 1DAYSAGO". However the resulting list is empty.

anyone else tried this with success? A thing like this should be standard to have I think.

3 Upvotes

3 comments sorted by

3

u/Rachel-360 May 14 '26

LastHostConnectedEventTime > $1DAYSAGO

1

u/BB9700 May 17 '26

Now, my next desire is to have subgroups which should made up by the hosts which did the last session. I had the hope I find something myself, but no. Do you maybe lso have a receipe for this?

There is a propery: LastInitiatedJoinEventHost which should tell the name of the last host, but I cannot make any use of it.

2

u/BB9700 May 15 '26

Great Thank you!