Manage Workgroup Computers With WSUS Server - Deans Blog
Maybe your like
I was recently required to manage a number of clients in a workgroup with the WSUS server within my domain. In order to so, this is as simple as modifying the clients registry settings to replicate those of the clients within your domain, so basically you will be required to create/import the following registry key, HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate:
"TargetGroupEnabled"=dword:00000001 "TargetGroup"="Managed Workgroup" "ElevateNonAdmins"=dword:00000000 "WUServer"="http://wsus1.domain.com" "WUStatusServer"="http://wsus1.domain.com"The above registry settings will configure your WSUS client to use a managed computer group on your WSUS Server with the name ‘Managed Workgroup’, where only the administrator can install updates and the Windows Update and Status Server is configured to be WSUS1.domain.com.
The additional automatic update options of the workgroup client can be created/imported to the following registry key, HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU:
"NoAutoUpdate"=dword:00000000 "AUOptions"=dword:00000003 "ScheduledInstallDay"=dword:00000000 "ScheduledInstallTime"=dword:00000011 "UseWUServer"=dword:00000001These settings will enable automatic updates to automatically download and notify for install (I choose to install my approved updates on demand using WUInstall) every day at 17:00 and to use the Windows Update Server.
A full list of settings can be found at http://technet.microsoft.com/en-us/library/cc708449(v=ws.10).aspx.
Share this:
- X
- Tumblr
Related
Tag » Add Computer To Wsus Registry
-
Configure Clients In A Non–Active Directory Environment
-
Deploy WSUS To Clients Without AD/Domain/GP Using The Registry
-
How To Target WSUS Clients With The Registry Keys | Learn [Solve IT]
-
Applying WSUS For Clients Manually - Windows Server Brain
-
Configuring The WSUS Clients - Windows Server Brain
-
How To Configure Client Side Targeting In WSUS - Prajwal Desai
-
WSUS Configure Automatic Updates For A Non-Active Directory Client
-
Configuring And Administering WSUS Clients
-
Configure The Client Systems To Download WSUS Server Updates
-
Configure Client-side Targeting In WSUS Server 2019 - MSFT WebCast
-
Registry Keys For Tweaking Windows Update (Part 1) - TechGenix
-
Setting Up Clients To Access WSUS
-
Configuring Automatic Updates Via Registry Settings - M-Files
-
Manage Workgroup Computers With WSUS Server - My Notes