Clients Not Rejoining WSUS - Solution

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~
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
IPSec VPN Design 44%
Mastering VMWare vSphere 5 42.8%
Then again, you guys probably have a more intelligent solution to this...im just saying it's what i always ended up doing.
Although the SID thing is said to be a non-issue now, this is one scenario where I promise its an issue.