Update Server - Active Directory (Admin):
Table of Content:
About:
This document explains how you update the Active Directory server, without interrupting the workflow.
Sign in to the Server:
- Log in to the Active Directory server using an administrator account.
- Ensure that you have the necessary permissions to modify scheduled tasks.
Open Task Scheduler:
- Click on the Start Menu (Windows logo in the bottom-left corner).
- Type Task Scheduler in the search bar and press Enter.
- In Task Scheduler, find and click on Task Scheduler Library in the left panel.
- Locate the Reboot task in the list of scheduled tasks.
- Right-click on Reboot and select Properties.
Adjust the Scheduled Reboot:
!! Important !
Do NOT click RUN during working hours! Running the task manually will cause an immediate server shutdown, disrupting workflow.
- In the Reboot Properties window, navigate to the Triggers tab.
- Click on the scheduled reboot trigger and then select Edit.
- Locate the date and time setting (highlighted in red in the missing image).
- Change the date and time to a non-working hour (e.g., late at night or during a maintenance window).
- Click OK to save the changes.
- Click OK again to exit the properties window.
Verify the Changes:
- In Task Scheduler, ensure that the modified schedule appears correctly.
- Confirm that the task is set to run at the new time.
And you are done! 😄
Sources:
- Microsoft Task Scheduler Guide: https://learn.microsoft.com/en-us/windows/win32/taskschd/task-scheduler-start-page
- Windows Server Scheduled Tasks: https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/schtasks