Home
.. About WSUS Wiki

RSS

WSUS
.. WSUS FAQ
.. WSUS on SBS
.. WSUS Troubleshooting
.. WSUS News Groups
.. Known WSUS Issues
.. WSUS Links
.. WSUS Wish List

WSUS Documents
.. WSUS Deployment Guide
.. WSUS Installation Guide
.. WSUS Release Notes
.. WSUS Best Practice

SUS
.. SUS FAQ
.. What Is SUS
.. SUS Troubleshooting
.. SUS Links
.. SUS Known Issues
.. SUS FAQ
.. What Is SUS
.. SUS Troubleshooting
.. SUS Links
.. SUS Known Issues

Wiki Community
.. Wiki Contributors
.. I Love WSUS
.. WSUS Wiki Diary
.. Wiki Statistics
.. To Do Page

Miscellaneous Stuff
.. Other Resources
.. Do You Know?

Site Meter


Terms of Use
Trademarks
Privacy Statement

 

Enforcing Update Installation


This is a tricky task. Tell us what works for you.

  • Intimidation? ;-)
  • Begging or bribing?
  • Just doing it over the weekend when users are not there.


Comments:

From BobDarlington - 12/13/05 9:49 PM

We just set this up to automatically install with the system scheduler at 5:00AM and reboot.  In my orginization it would be extremely rare for somebody to be working at that hour so they would never see a message to reboot.  Here are my registry changes:

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate]
"WUServer"="http://server:8530"
"WUStatusServer"="http://server:8530"
"ElevateNonAdmins"=dword:00000000

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU]
"AUOptions"=dword:00000004
"AutoInstallMinorUpdates"=dword:00000001
"DetectionFrequency"=dword:00000002
"NoAutoRebootWithLoggedOnUsers"=dword:00000000
"NoAutoUpdate"=dword:00000000
"UseWUServer"=dword:00000001
"DetectionFrequencyEnabled"=dword:00000001
"RebootRelaunchTimeout"=dword:0000003c
"RebootRelaunchTimeoutEnabled"=dword:00000001
"RebootWarningTimeout"=dword:0000000f
"RebootWarningTimeoutEnabled"=dword:00000001
"RescheduleWaitTime"=dword:00000001
"RescheduleWaitTimeEnabled"=dword:00000000
"ScheduledInstallDay"=dword:00000000
"ScheduledInstallTime"=dword:00000005

 

The only annoying thing is that our users get the little icon in the systray notifying them that there are updates available.  This occasionally results in a call to the helpdesk, however we just tell the user to ignore this icon and the updates get installed overnight.

From saidweintraub - 4/18/05 3:32 PM

This is likely trickiest if your organization is big on saving energy costs and shut down each night, but if not I recommend setting updates to deploy approx 1.5 hours after the office has shut down.

Also, if you have a specific group of users who stay later than others you would create a new GPO for them and specify the updates for a different time.


Last Modified 3/28/05 6:02 AM

Hide Tools