Skip to main content

Reboot TriggerSchedule on Specific Days

Purpose

This solution allows users to trigger an immediate reboot or schedule it for the next applicable day at the specified time on a target machine, based on the approved window provided in the company-level custom fields for the day and time.

Associated Content

ContentTypeFunction
Custom Fields - Reboot Trigger/ScheduleCustom FieldsThe custom fields used in the Reboot Schedule Solution.
Force Reboot Workstation With Reboot Windows VerificationTaskThis script is designed to reboot the workstation endpoints based on the custom fields @WorkstationRebootWindowStart@, @WorkstationRebootWindowEnd@, and @WorkstationRebootWindowDay@. If the reboot time does not fall between the windows, then the reboot will not trigger.
Force Reboot Server With Reboot Windows VerificationTaskThis script is designed to reboot the endpoints based on the custom fields @ServerRebootWindowStart@, @ServerRebootWindowEnd@, and @ServerRebootWindowDay@. If the reboot time does not fall between the windows, then the reboot will not trigger.
Server Reboot Schedule on Specific DaysTaskThis schedules the forced reboot of the server on the scheduled days based on the approved window check.
Workstation Reboot Schedule on Specific DaysTaskThis schedules the forced reboot of the workstation on the scheduled days based on the approved window check.

Implementation