Time Delay For Baseline Execution

When leveraging a Baseline as a Policy Action, what’s the most efficient way to establish a time delay in the relevance to delay execution?

How much are you looking to delay? Is it something that the current stagger portion of an action (below)

does not accomplish?

You could add a line of relevance like

(minute_of_hour of current time_of_day as integer) = (computer id mod 60)

That would randomize the computers into 60 groups, 1 group per minute.

1 Like

Jared-

What I’m looking to put into place is that an endpoint will have to be reporting in for 8 hours before it becomes eligible to receive the actions in the baseline.

Thanks,
Tim

@TAK9847, it sounds like you want to implement command polling for the endpoints in question.

I got it tweaked in the applicability part of the Baseline…thanks!

Curiously, what relevance did you end up using?