Hey guys,
We’re trying to implement a system for our environment in which endpoints receive a mandatory reboot window if their clients have had an uptime of 4 days or more.
For a while we’ve been using a self-made task with following relevance:
((uptime of operating system) / day) > 4
This has worked for our Windows 8.1 Mobile Devices for a long time but since we’ve started implementing this for regular office computers (Win7, Win8, Win10) we started getting complaints and noticing some weird stuff. For instance, users getting the reboot window again, right after they clicked “Take Action” on the reboot window and rebooting their PC.
The action settings are correct (reapply only when it becomes relevant again).
Has anyone ever used this before? Any idea?