Tricky_Dicky (17th May 2010)
Hi all,
I'm hoping I've just missed something obvious here but for some reason no clients are connecting to the WSUS server.
It's WSUS 3.1.6001.65 on a server 2003R2 all clients are XP SP2+. I've attached a screen shot of the GPO that should be getting the clients to connect, I set this up a few weeks ago so I don't think it's a time thing.
Rich
if you have a proxy server for your client machines. Just ensure that it's not intercepting your http requests to your wsus server
There is an exception in the proxy settings for anything in our subnet range, should that be enough or will it need something more specific?
I would check your proxy access logs to be sure. I would also look at c:\windows\windowsupdate.log (on a client machine) to see if they're at least trying to contact your wsus server
Is WSUS on the default website if not you'll need to add a port number to the URL e.g. http://servername:8530
Also do you mean no clients are checking in at all or are there a couple? This can happen when you have ghosted clients without seleting the susid.
Last edited by cookie_monster; 20th April 2010 at 01:48 PM.
Tricky_Dicky (17th May 2010)

Also just to double check, your not running SCCM? its client by default takes control of updates and you have to disable that part to get it to go to a wsus server again.
I've found that some of our machines don't get their proxy settings right in relation to WSUS. To correct this, we do the following.
Open a cmd prompt and type proxycfg -u
This command copies the proxy settings from Internet Explorer.
have you tried running the WSUS client diagnostic tool? that might throw up something useful.
Windows Server Update Services Tools and Utilities
James
Also have a look at this thread PCs not seeing WSUS updates

I have been having issues with some of my PCs not reporting to WSUS; ironically the ones that have been on the network longest in our ICT Suite, but not all of them.
In desperation, I ran Microsoft Update manually on half a dozen of them yesterday and today they are conversing with WSUS again. I cannot say which of the 18 updates sorted the problem, or why other networked PCs are not (so far) doing this... I have resigned myself to running Microsoft Update manually on the remaining 10 that are refusing to play nicely.

This bat is from MS, try it on a client and see if it cures the issue.
Code:Rem - Batch script to delete duplicate SusClientIDs Rem - Implement this script as a "Startup" or "Logon" script Rem - Script creates an output file called %Systemdrive%\SUSClientID.log Rem - If the %Systemdrive%\SUSClientID.log is already present, then the script simply exits @Echo off if exist %systemdrive%\SUSClientID.log goto end net stop wuauserv net stop bits reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate" /v PingID /f > %systemdrive%\SUSClientID.log 2>&1 reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate" /v AccountDomainSid /f >> %systemdrive%\SUSClientID.log 2>&1 reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate" /v SusClientId /f >> %systemdrive%\SUSClientID.log 2>&1 net start wuauserv wuauclt.exe /resetauthorization /detectnow :end exit
Tricky_Dicky (17th May 2010)

^^ above script (similar) works for us. Problem for us was that imaging machines copies the windowsupdate SUS client ID and it confuses the server. the script deletes and recreates the sus client ID.

I did try the above script on the other machines, but they still won't talk to WSUS... Microsoft Update, it'll have to be for me![]()

There are currently 1 users browsing this thread. (0 members and 1 guests)