Question : WSUS Client Updating

I have just built a secondary DC on my network and installed WSUS. I have the enabled the  group policies to use a server and have it to point to the server that I built (http://PUSH). It seems that the WSUS service is detecting the cilents but it is not pushing the updates out which has me scratching my head and thusfar I have been unable to find an answer. Hopefully someone with some expirience with this can help.

Thanks

Answer : WSUS Client Updating

WSUS clients actually do a pull. On the clients, you may have to do a run: gpupdate /force (done from cmd box and may require a reboot) and wuauclt.exe /detectnow. The GPupdate and changing the client local registry should do the trick.
You might even have to update the client registry (deliver the .reg through AD) with something like this (local):

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE]

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies]

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft]

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows]

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate]
"WUServer"="http://your server name here"
"WUStatusServer"="http://your server name here"

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU]
"AUOptions"=dword:00000004
"AutoInstallMinorUpdates"=dword:00000001
"DetectionFrequency"=dword:00000003
"DetectionFrequencyEnabled"=dword:00000001
"NoAutoRebootWithLoggedOnUsers"=dword:00000001
"NoAutoUpdate"=dword:00000000
"RebootRelaunchTimeout"=dword:00000480
"RebootRelaunchTimeoutEnabled"=dword:00000001
"RebootWarningTimeout"=dword:00000030
"RebootWarningTimeoutEnabled"=dword:00000001
"RescheduleWaitTime"=dword:00000010
"RescheduleWaitTimeEnabled"=dword:00000001
"ScheduledInstallDay"=dword:00000000
"ScheduledInstallTime"=dword:00000011
"UseWUServer"=dword:00000001
Random Solutions  
 
programming4us programming4us