Options

Clients Not Rejoining WSUS - Solution

ObdurateObdurate Member Posts: 108
Hello All,

Although this is probably a more 70-291 issue; I finally got the computers in my organization to re-seen by WSUS after being deleted from WSUS.

I was having a hard time with this for over a month and it basically came down to a registry problem on the clients not the WSUS server (I long ago eliminated any group policy errors).

So for those who use WSUS and clients do not see the WSUS server, try this:

At a command prompt: NET STOP WUAUSERV

Open the registry: HKEY_LOCAL_MACHINE\SOFTWARE\MICROSOFT\WINDOWS\CURRENTVERSION\WINDOWSUPDATE

Delete the values SusClientID and SusClientidValidation

NET START WUAUSERV

WUAUCLT /RESETAUTHORIZATION /DETECTNOW

WUAUCLT /DETECTNOW

Wait a few moments and the computer will be back in Unassigned Computers in no time.

There was no single solution; but Microsoft's information came closest.

Now I can sleep!

PS This solution also seems to work on computers that do not want to be seen by WSUS in the first place; however, I only had one computer who was like that, but the solution did work.

Regards,

~Obdurate~

Comments

  • Options
    ZartanasaurusZartanasaurus Member Posts: 2,008 ■■■■■■■■■□
    Yeah, you see this if you make ghost images of systems that have already connected to WSUS and you don't delete those reg keys before you image the system.
    Currently reading:
    IPSec VPN Design 44%
    Mastering VMWare vSphere 5​ 42.8%
  • Options
    hypnotoadhypnotoad Banned Posts: 915
    My advice: build a fresh WSUS server and push the settings out via GP. Once WSUS gets messed up like this, something happens with the certificates and its never quite the same.

    Then again, you guys probably have a more intelligent solution to this...im just saying it's what i always ended up doing.
  • Options
    Hyper-MeHyper-Me Banned Posts: 2,059
    This usually happens in a non-domain environment where the computers SID is being used to generate the WSUS ID, and when you dont sysprep the ID stays the same on every machine, so only 1 machine will show up with said SID, the rest arent there.

    Although the SID thing is said to be a non-issue now, this is one scenario where I promise its an issue.
Sign In or Register to comment.