SlideShare a Scribd company logo
1 of 50
Author
        Lawrence Garvin, WSUS MVP




Group Policy and WSUS
         Best Practices
Group Policies & WSUS Best Practices
  Default behavior and general settings
     » General considerations when using Policy with WSUS
     » WUAgent default behavior
     » WUAgent general settings


  Policies
     » Policies related to scheduled installation
     » Policies new in Windows Vista®
     » Policies exclusive to WSUS
General Considerations
  Policy settings and registry values are documented in the
   WSUS Deployment Guide
     » Chapter: Update and Configure the Automatic Updates Client
     » Section: Determine a Method to Configure Clients
     » http://technet.microsoft.com/en-us/library/dd939821(WS.10).aspx
General Considerations, cont.
 All WUAgent computer policy settings are manifested in
  these registry keys
    » HKLMPoliciesMicrosoftWindowsWindowsUpdate
    » HKLMPoliciesMicrosoftWindowsWindowsUpdateAU
 All WUAgent user policy settings are manifested in these
  registry keys
    » HKCUSoftwareMicrosoftWindowsCurrentVersionPoliciesEx
      plorer
    » HKCUSoftwareMicrosoftWindowsCurrentVersionPoliciesWi
      ndowsUpdate
 If registry values are invalid, WUAgent reverts to internal
  default settings
WUAgent Default Behavior
 Detection Interval: 22 hours
 Download automatically / scheduled installation at 3am
 Restart delay (warning) after scheduled installation is 5
  minutes
 Re-prompt for reboot delay is 10 minutes
    » Vista and later also offer option to delay 1 or 4 hours
 Installation delay at startup is 1 minute
 Windows XP® (and Win2003) requires admin access to
  interact with WUAgent UI
WUAgent Default Behavior
WUAgent General Settings

    Configure Automatic Updates
    Automatic Updates detection frequency
    Allow Automatic Updates immediate installation
    Allow non-administrators to receive update notifications
    Turn off access to all Windows Update features
       » Remove links and access to Windows Update
       » Remove access to use all Windows Update features
  Do not display ‘Install Updates and Shutdown’ option
  Do not adjust default option to ‘Install Updates and
   Shutdown’
WUAgent General Settings
  Configure Automatic Updates
    » Options
       •   Option 1: Not Used
       •   Option 2: Notify before download / Notify before installation
       •   Option 3: Download automatically / Notify before installation
       •   Option 4: Download automatically / Schedule installation
       •   Option 5: Allow local admin to choose the configuration
    » Registry Values (~WindowsUpdateAU)
       •   NoAutoUpdate dword:[0|1]
       •   AUOptions dword:[2-5]
       •   ScheduledInstallDay dword:[0-7]
       •   ScheduledInstallTime dword:[0-23]
WUAgent General Settings
WUAgent General Settings
 Automatic Updates detection frequency
   » Default is 22 hours (- 0-20%)
      • Actual detection will be 17.6 - 22.0 hours
   » Should be set consistent with server synchronization scheudule
   » One hour detections may interfere with targeting cookie
     automatic expiration
   » Registry values (~WindowsUpdateAU)
      • DetectionFrequencyEnabled dword:[0|1]
      • DetectionFrequency dword:[1-22]
WUAgent General Settings
WUAgent General Settings
  Allow Automatic Updates immediate installation
     » Applies to updates that do not require system or service restart
     » Are not directly identifiable by update metadata
     » Updates with "Restart behavior: Never restarts" may install with
       this option
     » To be certain of behavior - requires actual testing
     » Registry value (~WindowsUpdateAU)
        • AutoInstallMinorUpdates dword:[0|1]
WUAgent General Settings
WUAgent General Settings

  Allow non-administrators to receive update notifications
     » Allows non-admin users on Windows XP (and Win2003) to
        •   Receive notifications for download and installation
        •   Install updates interactively (on demand)
        •   Hide updates
        •   Access “Reboot Later” functionality
     » Registry value (~WindowsUpdate)
        • ElevateNonAdmins dword:[0|1]
WUAgent General Settings
WUAgent General Settings
 Turn off access to all Windows Update features
    »   Configures WSUS as the only update source
    »   Blocks access to AU/WU/MU
    »   Overrides user-based access settings
    »   Policy
        • SystemInternet Communication ManagementInternet
          Communication settings
    » Registry value (~WindowsUpdate)
        • DisableWindowsUpdateAccess dword:[0|1]
WUAgent General Settings
WUAgent General Settings
 Remove links and access to Windows Update
   » Policy
      • User ConfigurationAdministrative TemplatesStart Menu and
        Taskbar
   » Registry value
      • HKCUSoftwareMicrosoftWindowsCurrentVersionPolicies
        Explorer
         » NoWindowsUpdate dword:[0|1]
WUAgent General Settings
WUAgent General Settings
  Remove access to use all Windows Update features
    » Provides two options:
       • [0] Do not show any notifications
       • [1] Show restart required notifications
    » Policy
       • User ConfigurationAdministrative TemplatesWindows
         ComponentsWindows Update
    » Registry value
       • HKCUSoftwareMicrosoftWindowsCurrentVersionPoliciesWindo
         wsUpdate
           » DisableWindowsUpdateAccess dword:[0|1]
           » DisableWindowsUpdateAccessMode dword:[0|1]
WUAgent General Settings
WUAgent General Settings
  Do not display 'Install Updates and Shutdown' option in
   Shut Down Windows dialog box
     » Not available on XP SP1 and earlier systems
     » The default behavior is to always present this feature when
       applicable
     » The intent of this option is to block access to this feature
     » "Install Updates and Shutdown" is not a forced option; the user
       can always change the option
     » Can also be applied on a per-user basis via User
       Configuration...Windows Update policy
     » Registry value (~WindowsUpdateAU)
        • NoAUShutdownOption dword:[0|1]
WUAgent General Settings
WUAgent General Settings
 Do not adjust default option to 'Install Updates and Shut
  Down' in Shut Down Windows dialog box
   » The intent of this option is to allow the user's last
      selected option to be presented as the default
   » Can also be applied on a per-user basis via User
      Configuration...Windows Update policy
   » Registry value (~WindowsUpdateAU)
       • NoAUAsDefaultShutdownOption dword:[0|1]
WUAgent General Settings
Policies

 Policies related to scheduled
  installation
 Policies new in Windows Vista
 Policies exclusive to WSUS
Scheduled Installations
 Delay Restart for scheduled installations
 No auto-restart with logged on users for scheduled
  automatic updates installations
 Re-prompt for restart with scheduled installations
 Reschedule Automatic Updates scheduled installations
Scheduled Installations
 Delay Restart for scheduled installations
   » The delay between the completion of the last
     installation and the initiation of the restart
   » The default wait (warning) time is 5 minutes
   » This value is configurable from 1 to 30 minutes
   » Registry values (~WindowsUpdateAU)
      • RebootWarningTimeoutEnable dword:[0|1]
      • RebootWarningTImeout dword:[1-30]
Scheduled Installations
Scheduled Installations
 No auto-restart with logged on users for
  scheduled automatic updates installations
   » Only useful for Windows XP (and Win2003) systems
   » Option is Disabled/Not Configured non-admin users
     are forced to restart in 5 minutes
   » Option is Enabled non-admins users are presented a
     dialog to initiate the restart
   » Admin users always have the option to Restart Now
     or Restart Later
   » Registry value (~WindowsUpdateAU)
      • NoAutoRebootWithLoggedOnUsers dword:[0|1]
Scheduled Installations
Scheduled Installations

 Re-prompt for restart with scheduled installations
   » Only useful for Windows XP (and Win2003) systems
   » Allow configuration of the "Restart Later" delay time
     for Windows XP (and Win2003) systems
   » The default delay is 10 minutes
   » This value is configurable from 1 to 1440 minutes (24
     hours)
   » Registry values (~WindowsUpdateAU)
      • RebootRelaunchTimeoutEnabled dword:[0|1]
      • RebootRelaunchTimeout dword:[1-1440]
Scheduled Installations
Scheduled Installations

 Reschedule Automatic Updates scheduled installations
    » Whether installation occurs at startup and how long is the delay
      after startup
       • Not Configured - installation starts one minute after startup
       • Disabled - installation will not occur at startup
       • Enabled - installation will occur the specified number of minutes
         after startup
    » This value is configurable from 1 to 60 minutes
    » Registry values (~WindowsUpdateAU)
       • RescheduleWaitTimeEnabled dword:[0|1]
       • RescheduleWaitTime dword:[1-60]
Scheduled Installations
Vista / Win7 / Win2008

 Enable Windows Update Power Management to
  automatically wake up the system to install scheduled
  updates
 Turn on recommended updates via Automatic Updates
 Turn on Software Notifications
Vista / Win7 / Win2008
 Enable Windows Update Power Management to
  automatically wake up the system to install scheduled
  updates
    » a system in hibernation at the scheduled installation event will
      wake up to install updates
    » a system in hibernation with expired deadlines will wake up to
      install updates
    » a system running on batteries will not install updates and will be
      returned to hibernation
    » Registry value (~WindowsUpdateAU)
       • AUPowerManagement dword:[0|1]
Vista / Win7 / Win2008
Vista / Win7 / Win2008

  Turn on recommended updates via Automatic Updates
     » AU Only -- the concept of “recommended” does not exist in
       WSUS
     » Registry value (~WindowsUpdateAU)
        • IncludeRecommendedUpdates dword:[0|1]
  Turn on Software Notifications
     » Provides enhanced notification messages to promote the
       installation of optional software
     » AU Only -- the concept of “optional” does not exist in WSUS
     » Registry value (~WindowsUpdateAU)
        • EnableFeaturedSoftware dword:[0|1]
Vista / Win7 / Win2008
Vista / Win7 / Win2008
WSUS Policy Settings

  Specify intranet Microsoft update service location
  Enable client-side targeting
  Allow signed update from an intranet Microsoft update
   service location
WSUS Policy Settings
 Specify intranet Microsoft update service location
    » Enables use of a WSUS server
    » "Intranet update service" and "Intranet statistics server" must be
      identical
    » Registry values (~WindowsUpdateAU)
       • UseWUServer dword:[0|1]
    » Registry values (~WindowsUpdate)
       • WUServer sz <http:// URL of WSUS server>
       • WUStatusServer sz <http:// URL of WSUS server>
WSUS Policy Settings
WSUS Policy Settings

  Enable client-side targeting
     » If using server-side targeting, this policy should be disabled
     » The target groups specified in this setting must exist on the
       WSUS server
     » Multiple target groups are specified by using a semicolon
       delimited list
     » Do not specify "All Computers" or "Unassigned Computers" in
       this list
     » Registry values (~WindowsUpdate)
        • TargetGroupEnabled dword:[0|1]
        • TargetGroup sz <semicolon delimited string>
WSUS Policy Settings
WSUS Policy Settings
 Allow signed updates from an intranet Microsoft update
  service location
    » Enables the Windows Update Agent to install locally published
      updates obtained from the WSUS server
    » Registry values (~WindowsUpdate)
       • AcceptTrustedPublisherCerts dword:[0|1]
WSUS Policy Settings
Helpful Resources

   Get More Out of WSUS with
         SolarWinds Patch Manager




         Watch Video                        Test Drive Live Demo




      Ask Our Community                Download 30-day Free Trial



                 Click any of the links above


                             - Slide 49 -
Author: Lawrence Garvin, WSUS MVP




                                                Thank You!


     Feedback or questions
lawrence.garvin@solarwinds.com

More Related Content

Viewers also liked

Actividad Topologías VoIP
Actividad Topologías VoIPActividad Topologías VoIP
Actividad Topologías VoIPcyberleon95
 
Manual WSUS - Windows Server 2008 R2
Manual WSUS - Windows Server 2008 R2Manual WSUS - Windows Server 2008 R2
Manual WSUS - Windows Server 2008 R2cyberleon95
 
Manual configuración GPO
Manual configuración GPOManual configuración GPO
Manual configuración GPOcyberleon95
 
Manual Monitoreo de Servidores
Manual  Monitoreo de ServidoresManual  Monitoreo de Servidores
Manual Monitoreo de Servidorescyberleon95
 
Unión Cliente a Dominio Windows Server 2012 R2
Unión Cliente a Dominio Windows Server 2012 R2Unión Cliente a Dominio Windows Server 2012 R2
Unión Cliente a Dominio Windows Server 2012 R2cyberleon95
 
Instalación y Configuración Active Directory en Windows Server 2012 R2
Instalación y Configuración Active Directory en Windows Server 2012 R2Instalación y Configuración Active Directory en Windows Server 2012 R2
Instalación y Configuración Active Directory en Windows Server 2012 R2cyberleon95
 
Modern and Traditional School Administration and Supervision, Administration ...
Modern and Traditional School Administration and Supervision, Administration ...Modern and Traditional School Administration and Supervision, Administration ...
Modern and Traditional School Administration and Supervision, Administration ...Joey Miñano
 
Administration powerpoint presentation
Administration powerpoint presentationAdministration powerpoint presentation
Administration powerpoint presentationfairy_elephant
 
Administrative Functions
Administrative FunctionsAdministrative Functions
Administrative FunctionsMónica Santos
 
Educational Administration
Educational AdministrationEducational Administration
Educational AdministrationImran Zakir
 
The nature, scope and function of school administration 2
The nature, scope and function of school administration 2The nature, scope and function of school administration 2
The nature, scope and function of school administration 2Ramil Polintan
 
Concepts of administration and supervision
Concepts of administration and supervisionConcepts of administration and supervision
Concepts of administration and supervisionShah Francis
 
Administration and Supervision in Education
Administration and Supervision in EducationAdministration and Supervision in Education
Administration and Supervision in EducationCharo May Naigan
 

Viewers also liked (15)

Actividad Topologías VoIP
Actividad Topologías VoIPActividad Topologías VoIP
Actividad Topologías VoIP
 
Manual WSUS - Windows Server 2008 R2
Manual WSUS - Windows Server 2008 R2Manual WSUS - Windows Server 2008 R2
Manual WSUS - Windows Server 2008 R2
 
Wsus sample scripts
Wsus sample scriptsWsus sample scripts
Wsus sample scripts
 
Manual configuración GPO
Manual configuración GPOManual configuración GPO
Manual configuración GPO
 
Manual Monitoreo de Servidores
Manual  Monitoreo de ServidoresManual  Monitoreo de Servidores
Manual Monitoreo de Servidores
 
Unión Cliente a Dominio Windows Server 2012 R2
Unión Cliente a Dominio Windows Server 2012 R2Unión Cliente a Dominio Windows Server 2012 R2
Unión Cliente a Dominio Windows Server 2012 R2
 
Instalación y Configuración Active Directory en Windows Server 2012 R2
Instalación y Configuración Active Directory en Windows Server 2012 R2Instalación y Configuración Active Directory en Windows Server 2012 R2
Instalación y Configuración Active Directory en Windows Server 2012 R2
 
Modern and Traditional School Administration and Supervision, Administration ...
Modern and Traditional School Administration and Supervision, Administration ...Modern and Traditional School Administration and Supervision, Administration ...
Modern and Traditional School Administration and Supervision, Administration ...
 
Administration powerpoint presentation
Administration powerpoint presentationAdministration powerpoint presentation
Administration powerpoint presentation
 
PPT on Administration
PPT on Administration PPT on Administration
PPT on Administration
 
Administrative Functions
Administrative FunctionsAdministrative Functions
Administrative Functions
 
Educational Administration
Educational AdministrationEducational Administration
Educational Administration
 
The nature, scope and function of school administration 2
The nature, scope and function of school administration 2The nature, scope and function of school administration 2
The nature, scope and function of school administration 2
 
Concepts of administration and supervision
Concepts of administration and supervisionConcepts of administration and supervision
Concepts of administration and supervision
 
Administration and Supervision in Education
Administration and Supervision in EducationAdministration and Supervision in Education
Administration and Supervision in Education
 

More from SolarWinds

SolarWinds Government and Education Webinar: Greatest SolarWinds Features I N...
SolarWinds Government and Education Webinar: Greatest SolarWinds Features I N...SolarWinds Government and Education Webinar: Greatest SolarWinds Features I N...
SolarWinds Government and Education Webinar: Greatest SolarWinds Features I N...SolarWinds
 
SolarWinds Government and Education Webinar: Gaps Exist in Your Monitoring In...
SolarWinds Government and Education Webinar: Gaps Exist in Your Monitoring In...SolarWinds Government and Education Webinar: Gaps Exist in Your Monitoring In...
SolarWinds Government and Education Webinar: Gaps Exist in Your Monitoring In...SolarWinds
 
Government Webinar: Alerting and Reporting in the Age of Observability
Government Webinar: Alerting and Reporting in the Age of ObservabilityGovernment Webinar: Alerting and Reporting in the Age of Observability
Government Webinar: Alerting and Reporting in the Age of ObservabilitySolarWinds
 
Government and Education Webinar: Full Stack Observability
Government and Education Webinar: Full Stack ObservabilityGovernment and Education Webinar: Full Stack Observability
Government and Education Webinar: Full Stack ObservabilitySolarWinds
 
Government and Education Webinar: Public Sector Cybersecurity Survey - What I...
Government and Education Webinar: Public Sector Cybersecurity Survey - What I...Government and Education Webinar: Public Sector Cybersecurity Survey - What I...
Government and Education Webinar: Public Sector Cybersecurity Survey - What I...SolarWinds
 
Becoming Secure By Design: Questions You Should Ask Your Software Vendors
Becoming Secure By Design: Questions You Should Ask Your Software VendorsBecoming Secure By Design: Questions You Should Ask Your Software Vendors
Becoming Secure By Design: Questions You Should Ask Your Software VendorsSolarWinds
 
Government and Education Webinar: Real-Time Mission, CIO, and Command Dashboards
Government and Education Webinar: Real-Time Mission, CIO, and Command DashboardsGovernment and Education Webinar: Real-Time Mission, CIO, and Command Dashboards
Government and Education Webinar: Real-Time Mission, CIO, and Command DashboardsSolarWinds
 
Government and Education Webinar: Simplify Your Database Performance Manageme...
Government and Education Webinar: Simplify Your Database Performance Manageme...Government and Education Webinar: Simplify Your Database Performance Manageme...
Government and Education Webinar: Simplify Your Database Performance Manageme...SolarWinds
 
Government and Education Webinar: SolarWinds Orion Platform: Audit and Stream...
Government and Education Webinar: SolarWinds Orion Platform: Audit and Stream...Government and Education Webinar: SolarWinds Orion Platform: Audit and Stream...
Government and Education Webinar: SolarWinds Orion Platform: Audit and Stream...SolarWinds
 
Government and Education Webinar: Leverage Automation to Improve IT Operations
Government and Education Webinar: Leverage Automation to Improve IT OperationsGovernment and Education Webinar: Leverage Automation to Improve IT Operations
Government and Education Webinar: Leverage Automation to Improve IT OperationsSolarWinds
 
Government and Education Webinar: Improving Application Performance
Government and Education Webinar: Improving Application PerformanceGovernment and Education Webinar: Improving Application Performance
Government and Education Webinar: Improving Application PerformanceSolarWinds
 
Government and Education: IT Tools to Support Your Hybrid Workforce
Government and Education: IT Tools to Support Your Hybrid WorkforceGovernment and Education: IT Tools to Support Your Hybrid Workforce
Government and Education: IT Tools to Support Your Hybrid WorkforceSolarWinds
 
Government and Education Webinar: There's More Than One Way to Monitor SQL Da...
Government and Education Webinar: There's More Than One Way to Monitor SQL Da...Government and Education Webinar: There's More Than One Way to Monitor SQL Da...
Government and Education Webinar: There's More Than One Way to Monitor SQL Da...SolarWinds
 
SolarWinds Government and Education Webinar: Virtual Technology Briefing 08.0...
SolarWinds Government and Education Webinar: Virtual Technology Briefing 08.0...SolarWinds Government and Education Webinar: Virtual Technology Briefing 08.0...
SolarWinds Government and Education Webinar: Virtual Technology Briefing 08.0...SolarWinds
 
Government and Education Webinar: Zero-Trust Panel Discussion
Government and Education Webinar: Zero-Trust Panel Discussion Government and Education Webinar: Zero-Trust Panel Discussion
Government and Education Webinar: Zero-Trust Panel Discussion SolarWinds
 
Government and Education: Leveraging The SolarWinds Orion Assistance Program ...
Government and Education: Leveraging The SolarWinds Orion Assistance Program ...Government and Education: Leveraging The SolarWinds Orion Assistance Program ...
Government and Education: Leveraging The SolarWinds Orion Assistance Program ...SolarWinds
 
Government and Education Webinar: SQL Server—Advanced Performance Tuning
Government and Education Webinar: SQL Server—Advanced Performance Tuning Government and Education Webinar: SQL Server—Advanced Performance Tuning
Government and Education Webinar: SQL Server—Advanced Performance Tuning SolarWinds
 
Government and Education Webinar: Recovering IP Addresses on Your Network
Government and Education Webinar: Recovering IP Addresses on Your NetworkGovernment and Education Webinar: Recovering IP Addresses on Your Network
Government and Education Webinar: Recovering IP Addresses on Your NetworkSolarWinds
 
Government and Education Webinar: Optimize Performance With Advanced Host Mon...
Government and Education Webinar: Optimize Performance With Advanced Host Mon...Government and Education Webinar: Optimize Performance With Advanced Host Mon...
Government and Education Webinar: Optimize Performance With Advanced Host Mon...SolarWinds
 
Government and Education Webinar: Conquering Remote Work IT Challenges
Government and Education Webinar: Conquering Remote Work IT Challenges Government and Education Webinar: Conquering Remote Work IT Challenges
Government and Education Webinar: Conquering Remote Work IT Challenges SolarWinds
 

More from SolarWinds (20)

SolarWinds Government and Education Webinar: Greatest SolarWinds Features I N...
SolarWinds Government and Education Webinar: Greatest SolarWinds Features I N...SolarWinds Government and Education Webinar: Greatest SolarWinds Features I N...
SolarWinds Government and Education Webinar: Greatest SolarWinds Features I N...
 
SolarWinds Government and Education Webinar: Gaps Exist in Your Monitoring In...
SolarWinds Government and Education Webinar: Gaps Exist in Your Monitoring In...SolarWinds Government and Education Webinar: Gaps Exist in Your Monitoring In...
SolarWinds Government and Education Webinar: Gaps Exist in Your Monitoring In...
 
Government Webinar: Alerting and Reporting in the Age of Observability
Government Webinar: Alerting and Reporting in the Age of ObservabilityGovernment Webinar: Alerting and Reporting in the Age of Observability
Government Webinar: Alerting and Reporting in the Age of Observability
 
Government and Education Webinar: Full Stack Observability
Government and Education Webinar: Full Stack ObservabilityGovernment and Education Webinar: Full Stack Observability
Government and Education Webinar: Full Stack Observability
 
Government and Education Webinar: Public Sector Cybersecurity Survey - What I...
Government and Education Webinar: Public Sector Cybersecurity Survey - What I...Government and Education Webinar: Public Sector Cybersecurity Survey - What I...
Government and Education Webinar: Public Sector Cybersecurity Survey - What I...
 
Becoming Secure By Design: Questions You Should Ask Your Software Vendors
Becoming Secure By Design: Questions You Should Ask Your Software VendorsBecoming Secure By Design: Questions You Should Ask Your Software Vendors
Becoming Secure By Design: Questions You Should Ask Your Software Vendors
 
Government and Education Webinar: Real-Time Mission, CIO, and Command Dashboards
Government and Education Webinar: Real-Time Mission, CIO, and Command DashboardsGovernment and Education Webinar: Real-Time Mission, CIO, and Command Dashboards
Government and Education Webinar: Real-Time Mission, CIO, and Command Dashboards
 
Government and Education Webinar: Simplify Your Database Performance Manageme...
Government and Education Webinar: Simplify Your Database Performance Manageme...Government and Education Webinar: Simplify Your Database Performance Manageme...
Government and Education Webinar: Simplify Your Database Performance Manageme...
 
Government and Education Webinar: SolarWinds Orion Platform: Audit and Stream...
Government and Education Webinar: SolarWinds Orion Platform: Audit and Stream...Government and Education Webinar: SolarWinds Orion Platform: Audit and Stream...
Government and Education Webinar: SolarWinds Orion Platform: Audit and Stream...
 
Government and Education Webinar: Leverage Automation to Improve IT Operations
Government and Education Webinar: Leverage Automation to Improve IT OperationsGovernment and Education Webinar: Leverage Automation to Improve IT Operations
Government and Education Webinar: Leverage Automation to Improve IT Operations
 
Government and Education Webinar: Improving Application Performance
Government and Education Webinar: Improving Application PerformanceGovernment and Education Webinar: Improving Application Performance
Government and Education Webinar: Improving Application Performance
 
Government and Education: IT Tools to Support Your Hybrid Workforce
Government and Education: IT Tools to Support Your Hybrid WorkforceGovernment and Education: IT Tools to Support Your Hybrid Workforce
Government and Education: IT Tools to Support Your Hybrid Workforce
 
Government and Education Webinar: There's More Than One Way to Monitor SQL Da...
Government and Education Webinar: There's More Than One Way to Monitor SQL Da...Government and Education Webinar: There's More Than One Way to Monitor SQL Da...
Government and Education Webinar: There's More Than One Way to Monitor SQL Da...
 
SolarWinds Government and Education Webinar: Virtual Technology Briefing 08.0...
SolarWinds Government and Education Webinar: Virtual Technology Briefing 08.0...SolarWinds Government and Education Webinar: Virtual Technology Briefing 08.0...
SolarWinds Government and Education Webinar: Virtual Technology Briefing 08.0...
 
Government and Education Webinar: Zero-Trust Panel Discussion
Government and Education Webinar: Zero-Trust Panel Discussion Government and Education Webinar: Zero-Trust Panel Discussion
Government and Education Webinar: Zero-Trust Panel Discussion
 
Government and Education: Leveraging The SolarWinds Orion Assistance Program ...
Government and Education: Leveraging The SolarWinds Orion Assistance Program ...Government and Education: Leveraging The SolarWinds Orion Assistance Program ...
Government and Education: Leveraging The SolarWinds Orion Assistance Program ...
 
Government and Education Webinar: SQL Server—Advanced Performance Tuning
Government and Education Webinar: SQL Server—Advanced Performance Tuning Government and Education Webinar: SQL Server—Advanced Performance Tuning
Government and Education Webinar: SQL Server—Advanced Performance Tuning
 
Government and Education Webinar: Recovering IP Addresses on Your Network
Government and Education Webinar: Recovering IP Addresses on Your NetworkGovernment and Education Webinar: Recovering IP Addresses on Your Network
Government and Education Webinar: Recovering IP Addresses on Your Network
 
Government and Education Webinar: Optimize Performance With Advanced Host Mon...
Government and Education Webinar: Optimize Performance With Advanced Host Mon...Government and Education Webinar: Optimize Performance With Advanced Host Mon...
Government and Education Webinar: Optimize Performance With Advanced Host Mon...
 
Government and Education Webinar: Conquering Remote Work IT Challenges
Government and Education Webinar: Conquering Remote Work IT Challenges Government and Education Webinar: Conquering Remote Work IT Challenges
Government and Education Webinar: Conquering Remote Work IT Challenges
 

Recently uploaded

2024 April Patch Tuesday
2024 April Patch Tuesday2024 April Patch Tuesday
2024 April Patch TuesdayIvanti
 
Generative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersGenerative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersRaghuram Pandurangan
 
Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...Farhan Tariq
 
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...panagenda
 
Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...
Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...
Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...Scott Andery
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxLoriGlavin3
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024Hiroshi SHIBATA
 
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxPasskey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxLoriGlavin3
 
So einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfSo einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfpanagenda
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity PlanDatabarracks
 
Connecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdfConnecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdfNeo4j
 
Decarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a realityDecarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a realityIES VE
 
[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality Assurance[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality AssuranceInflectra
 
Scale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL RouterScale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL RouterMydbops
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxLoriGlavin3
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxLoriGlavin3
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxLoriGlavin3
 
A Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersA Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersNicole Novielli
 
Testing tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examplesTesting tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examplesKari Kakkonen
 

Recently uploaded (20)

2024 April Patch Tuesday
2024 April Patch Tuesday2024 April Patch Tuesday
2024 April Patch Tuesday
 
Generative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersGenerative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information Developers
 
Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...
 
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
 
Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...
Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...
Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptx
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024
 
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxPasskey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
 
So einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfSo einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdf
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity Plan
 
Connecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdfConnecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdf
 
Decarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a realityDecarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a reality
 
[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality Assurance[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality Assurance
 
Scale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL RouterScale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL Router
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
 
A Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersA Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software Developers
 
Testing tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examplesTesting tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examples
 

Group Policy and WSUS Best Practices

  • 1. Author Lawrence Garvin, WSUS MVP Group Policy and WSUS Best Practices
  • 2. Group Policies & WSUS Best Practices  Default behavior and general settings » General considerations when using Policy with WSUS » WUAgent default behavior » WUAgent general settings  Policies » Policies related to scheduled installation » Policies new in Windows Vista® » Policies exclusive to WSUS
  • 3. General Considerations  Policy settings and registry values are documented in the WSUS Deployment Guide » Chapter: Update and Configure the Automatic Updates Client » Section: Determine a Method to Configure Clients » http://technet.microsoft.com/en-us/library/dd939821(WS.10).aspx
  • 4. General Considerations, cont.  All WUAgent computer policy settings are manifested in these registry keys » HKLMPoliciesMicrosoftWindowsWindowsUpdate » HKLMPoliciesMicrosoftWindowsWindowsUpdateAU  All WUAgent user policy settings are manifested in these registry keys » HKCUSoftwareMicrosoftWindowsCurrentVersionPoliciesEx plorer » HKCUSoftwareMicrosoftWindowsCurrentVersionPoliciesWi ndowsUpdate  If registry values are invalid, WUAgent reverts to internal default settings
  • 5. WUAgent Default Behavior  Detection Interval: 22 hours  Download automatically / scheduled installation at 3am  Restart delay (warning) after scheduled installation is 5 minutes  Re-prompt for reboot delay is 10 minutes » Vista and later also offer option to delay 1 or 4 hours  Installation delay at startup is 1 minute  Windows XP® (and Win2003) requires admin access to interact with WUAgent UI
  • 7. WUAgent General Settings  Configure Automatic Updates  Automatic Updates detection frequency  Allow Automatic Updates immediate installation  Allow non-administrators to receive update notifications  Turn off access to all Windows Update features » Remove links and access to Windows Update » Remove access to use all Windows Update features  Do not display ‘Install Updates and Shutdown’ option  Do not adjust default option to ‘Install Updates and Shutdown’
  • 8. WUAgent General Settings  Configure Automatic Updates » Options • Option 1: Not Used • Option 2: Notify before download / Notify before installation • Option 3: Download automatically / Notify before installation • Option 4: Download automatically / Schedule installation • Option 5: Allow local admin to choose the configuration » Registry Values (~WindowsUpdateAU) • NoAutoUpdate dword:[0|1] • AUOptions dword:[2-5] • ScheduledInstallDay dword:[0-7] • ScheduledInstallTime dword:[0-23]
  • 10. WUAgent General Settings  Automatic Updates detection frequency » Default is 22 hours (- 0-20%) • Actual detection will be 17.6 - 22.0 hours » Should be set consistent with server synchronization scheudule » One hour detections may interfere with targeting cookie automatic expiration » Registry values (~WindowsUpdateAU) • DetectionFrequencyEnabled dword:[0|1] • DetectionFrequency dword:[1-22]
  • 12. WUAgent General Settings  Allow Automatic Updates immediate installation » Applies to updates that do not require system or service restart » Are not directly identifiable by update metadata » Updates with "Restart behavior: Never restarts" may install with this option » To be certain of behavior - requires actual testing » Registry value (~WindowsUpdateAU) • AutoInstallMinorUpdates dword:[0|1]
  • 14. WUAgent General Settings  Allow non-administrators to receive update notifications » Allows non-admin users on Windows XP (and Win2003) to • Receive notifications for download and installation • Install updates interactively (on demand) • Hide updates • Access “Reboot Later” functionality » Registry value (~WindowsUpdate) • ElevateNonAdmins dword:[0|1]
  • 16. WUAgent General Settings  Turn off access to all Windows Update features » Configures WSUS as the only update source » Blocks access to AU/WU/MU » Overrides user-based access settings » Policy • SystemInternet Communication ManagementInternet Communication settings » Registry value (~WindowsUpdate) • DisableWindowsUpdateAccess dword:[0|1]
  • 18. WUAgent General Settings  Remove links and access to Windows Update » Policy • User ConfigurationAdministrative TemplatesStart Menu and Taskbar » Registry value • HKCUSoftwareMicrosoftWindowsCurrentVersionPolicies Explorer » NoWindowsUpdate dword:[0|1]
  • 20. WUAgent General Settings  Remove access to use all Windows Update features » Provides two options: • [0] Do not show any notifications • [1] Show restart required notifications » Policy • User ConfigurationAdministrative TemplatesWindows ComponentsWindows Update » Registry value • HKCUSoftwareMicrosoftWindowsCurrentVersionPoliciesWindo wsUpdate » DisableWindowsUpdateAccess dword:[0|1] » DisableWindowsUpdateAccessMode dword:[0|1]
  • 22. WUAgent General Settings  Do not display 'Install Updates and Shutdown' option in Shut Down Windows dialog box » Not available on XP SP1 and earlier systems » The default behavior is to always present this feature when applicable » The intent of this option is to block access to this feature » "Install Updates and Shutdown" is not a forced option; the user can always change the option » Can also be applied on a per-user basis via User Configuration...Windows Update policy » Registry value (~WindowsUpdateAU) • NoAUShutdownOption dword:[0|1]
  • 24. WUAgent General Settings  Do not adjust default option to 'Install Updates and Shut Down' in Shut Down Windows dialog box » The intent of this option is to allow the user's last selected option to be presented as the default » Can also be applied on a per-user basis via User Configuration...Windows Update policy » Registry value (~WindowsUpdateAU) • NoAUAsDefaultShutdownOption dword:[0|1]
  • 26. Policies  Policies related to scheduled installation  Policies new in Windows Vista  Policies exclusive to WSUS
  • 27. Scheduled Installations  Delay Restart for scheduled installations  No auto-restart with logged on users for scheduled automatic updates installations  Re-prompt for restart with scheduled installations  Reschedule Automatic Updates scheduled installations
  • 28. Scheduled Installations  Delay Restart for scheduled installations » The delay between the completion of the last installation and the initiation of the restart » The default wait (warning) time is 5 minutes » This value is configurable from 1 to 30 minutes » Registry values (~WindowsUpdateAU) • RebootWarningTimeoutEnable dword:[0|1] • RebootWarningTImeout dword:[1-30]
  • 30. Scheduled Installations  No auto-restart with logged on users for scheduled automatic updates installations » Only useful for Windows XP (and Win2003) systems » Option is Disabled/Not Configured non-admin users are forced to restart in 5 minutes » Option is Enabled non-admins users are presented a dialog to initiate the restart » Admin users always have the option to Restart Now or Restart Later » Registry value (~WindowsUpdateAU) • NoAutoRebootWithLoggedOnUsers dword:[0|1]
  • 32. Scheduled Installations  Re-prompt for restart with scheduled installations » Only useful for Windows XP (and Win2003) systems » Allow configuration of the "Restart Later" delay time for Windows XP (and Win2003) systems » The default delay is 10 minutes » This value is configurable from 1 to 1440 minutes (24 hours) » Registry values (~WindowsUpdateAU) • RebootRelaunchTimeoutEnabled dword:[0|1] • RebootRelaunchTimeout dword:[1-1440]
  • 34. Scheduled Installations  Reschedule Automatic Updates scheduled installations » Whether installation occurs at startup and how long is the delay after startup • Not Configured - installation starts one minute after startup • Disabled - installation will not occur at startup • Enabled - installation will occur the specified number of minutes after startup » This value is configurable from 1 to 60 minutes » Registry values (~WindowsUpdateAU) • RescheduleWaitTimeEnabled dword:[0|1] • RescheduleWaitTime dword:[1-60]
  • 36. Vista / Win7 / Win2008  Enable Windows Update Power Management to automatically wake up the system to install scheduled updates  Turn on recommended updates via Automatic Updates  Turn on Software Notifications
  • 37. Vista / Win7 / Win2008  Enable Windows Update Power Management to automatically wake up the system to install scheduled updates » a system in hibernation at the scheduled installation event will wake up to install updates » a system in hibernation with expired deadlines will wake up to install updates » a system running on batteries will not install updates and will be returned to hibernation » Registry value (~WindowsUpdateAU) • AUPowerManagement dword:[0|1]
  • 38. Vista / Win7 / Win2008
  • 39. Vista / Win7 / Win2008  Turn on recommended updates via Automatic Updates » AU Only -- the concept of “recommended” does not exist in WSUS » Registry value (~WindowsUpdateAU) • IncludeRecommendedUpdates dword:[0|1]  Turn on Software Notifications » Provides enhanced notification messages to promote the installation of optional software » AU Only -- the concept of “optional” does not exist in WSUS » Registry value (~WindowsUpdateAU) • EnableFeaturedSoftware dword:[0|1]
  • 40. Vista / Win7 / Win2008
  • 41. Vista / Win7 / Win2008
  • 42. WSUS Policy Settings  Specify intranet Microsoft update service location  Enable client-side targeting  Allow signed update from an intranet Microsoft update service location
  • 43. WSUS Policy Settings  Specify intranet Microsoft update service location » Enables use of a WSUS server » "Intranet update service" and "Intranet statistics server" must be identical » Registry values (~WindowsUpdateAU) • UseWUServer dword:[0|1] » Registry values (~WindowsUpdate) • WUServer sz <http:// URL of WSUS server> • WUStatusServer sz <http:// URL of WSUS server>
  • 45. WSUS Policy Settings  Enable client-side targeting » If using server-side targeting, this policy should be disabled » The target groups specified in this setting must exist on the WSUS server » Multiple target groups are specified by using a semicolon delimited list » Do not specify "All Computers" or "Unassigned Computers" in this list » Registry values (~WindowsUpdate) • TargetGroupEnabled dword:[0|1] • TargetGroup sz <semicolon delimited string>
  • 47. WSUS Policy Settings  Allow signed updates from an intranet Microsoft update service location » Enables the Windows Update Agent to install locally published updates obtained from the WSUS server » Registry values (~WindowsUpdate) • AcceptTrustedPublisherCerts dword:[0|1]
  • 49. Helpful Resources Get More Out of WSUS with SolarWinds Patch Manager Watch Video Test Drive Live Demo Ask Our Community Download 30-day Free Trial Click any of the links above - Slide 49 -
  • 50. Author: Lawrence Garvin, WSUS MVP Thank You! Feedback or questions lawrence.garvin@solarwinds.com