Manage Workgroup Computers with WSUS Server

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:00000001

These 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.

 

 


One thought on “Manage Workgroup Computers with WSUS Server

  1. hi i have wsus server 2012r2 and my client in 2008r2 once i add client thought registry only 1 client add for example i add client 192.168.1.15 and it’s show in wsus console now once i add 2nd client through registry fist user 192.168.1.5 not show only recently 2nd computer show please help me for this

    Like

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s