Client Installed time and date is less than 24hrs

I need to find out the clients which is install in last 24hrs, Please share the relevance to find out.

Here below i mentioned which I make, If any changes needed in that please share your views with me.

  1. subscribe time of site “actionsite”
  2. (now - minimum of subscribe times of sites) > 1*day

What you have would likely be the closest you can get without having a value attached to each client showing when the client itself was installed. This would likely have to be done through a clientsettings.cfg file installed with the client the adds a client setting you can read. If that was something I was interested in finding, that’s what I would do.

If you want ones that were installed in the last day, it would be:

(now - minimum of subscribe times of sites) < 1*day
1 Like

Yup @jgstew we need last one day clients.