Jump to content

Recommended Posts

Posted

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

wsus.JPG

Posted
if you have a proxy server for your client machines. Just ensure that it's not intercepting your http requests to your wsus server
Posted
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
Posted (edited)

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.

Edited by cookie_monster
  • Thanks 1
Posted
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.
Posted

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.

Posted

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.

Posted

This bat is from MS, try it on a client and see if it cures the issue.

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

  • Thanks 1
Posted
^^ 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.
Posted
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 don't currently have it running but I did install it on a seperate machine on the network for a play a little while ago. The fact that no machines at all are connecting is making me think it could be something like this.

How would I go about changing this back?

Rich

Posted
I don't currently have it running but I did install it on a seperate machine on the network for a play a little while ago. The fact that no machines at all are connecting is making me think it could be something like this.

How would I go about changing this back?

Rich

Hi

You dont have the client installed on any of your pc's? (remember its very easy to set it up to auto deploy without realising)

Is your test SCCM linked to your WSUS server or running its own instance?

Cant find the exact option right now in SCCM, hunting...

Posted

It may well have been deployed, how can I check?

It was on it's own machine, but the WSUS is running on the DC so it's probably linked in some way.

Any idea how to remove the SCCM client or at least revert back so the client see it?

Posted

It wont probably auto link but that doesnt stop the client taking control. To see if its out there goto Collections->All Systems and you should see a Client column which is yes/no

I am trying to find the damn setting but it eludes me.

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

 

 

Hahaha I've had a similar problem. I have 500 clients on my WSUS server but 3-4 will not appear no matter what I try I've deleted the account and ran a selection of scripts and fixes I've even rebuilt them (not imaged). They appear but show as not yet reported and that's it, they even did the same after I introduced a new WSUS server to replace the old one. The odd thing is that they download their updates from WSUS every month but they never report in...wierd :)

  • 3 weeks later...
Posted
Is WSUS on the default website if not you'll need to add a port number to the URL e.g. http://servername:8530

 

.

This was it! I should have figured this sooner but it didn't occur to me until I was doing something on the default website on that machine. Thanks so much.

 

Now to figure out the problem of those that have not been properly ghosted.

Posted
This was it! I should have figured this sooner but it didn't occur to me until I was doing something on the default website on that machine. Thanks so much.

 

Now to figure out the problem of those that have not been properly ghosted.

 

 

I've been there :) glad you sorted it.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



  • 134 What is your preferred operating system (PC)

    1. 1. Operating systems:


      • MacOS
      • Windows 10
      • Windows 11
      • Windows Vista
      • ChromeOS
      • Other (reply)

×
×
  • Create New...