Avatar of 951derek
951derek
 asked on

How do I stop a restart for a scheduled GPO enforced automatic update for windows server 2008 R2

There was a recent GPO push to all servers (our environment is primarily composed of 200 + windows 2008 R2 servers) to run through an automatic update and restart when finished. This is established through a set time  and I was wondering how do I stop this update and more importantly how do I prevent a restart on these servers?
Windows Server 2008Active DirectoryWindows Networking

Avatar of undefined
Last Comment
951derek

8/22/2022 - Mon
Bryant Schaper

Short term fix?  Stop the windows update service to prevent reboots.
951derek

ASKER
There is a scheduled reboot at 3:00 am. How do we stop that?
Bryant Schaper

Stopping windows update service will remove the scheduled update.
This is the best money I have ever spent. I cannot not tell you how many times these folks have saved my bacon. I learn so much from the contributors.
rwheeler23
951derek

ASKER
The updates are already installed however the GPO is written where a reboot will take place at 3:00 am. Is there a way to stop that?
ASKER CERTIFIED SOLUTION
Will Szymkowski

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
Bryant Schaper

So the reboot is scheduled as part of the update service, stopping the service will stop the reboot.  Have had to do this on numerous occasions when admins pushed patches midday and production servers wanted to reboot.  If you stop the service the server will no longer want to reboot.
compdigit44

Building off of what Will Szymkowski and Bryant Schaper stated before, if you want to be 100% certain the server will not reboot. In your Windows update GP for the servers, disable / stop the Windows update services then set the reboot setting for the Windows update to never / manually reboot
⚡ FREE TRIAL OFFER
Try out a week of full access for free.
Find out why thousands trust the EE community with their toughest problems.
951derek

ASKER
Thanks everyone on their input. I was able to resolve the issue by following what was suggested.