Reboot machines with no activity

Hi All,

We’re looking to implement schedules to have computers reboot at a certain time, however not if a user is logged in. How can we set it up so that if you’re logged it will give you a warning and time frame in which the computer will reboot or if there has been no activity for an hour then reboot.

Thank you,

Actions can detect if a user is logged on and not become relevant with exists logged on user and then the restart message can warn and you can have a timeout on the restart

1 Like

Great can you please give me a little more detail on how to set this up?

Just add the relevance

not exists logged on users

to prevent the action from ever coming relevant if there is a user logged on.

Otherwise if you want it to warn a logged on user then check the tabs of the take action dialog to determine what to do when a user is logged on.

1 Like

Ok thanks, what would be the correct way to set this up? Would it be a fixlet or a task and then what is the action to actually reboot the computer?