Hello
I have sbs2008 and WSUS was corrupt, so i reinstall WSUS. Everything is OK I see all my Clients in right Groups. But the Clients dont send a Report to WSUS.
I check the logs on Client machine and i gets a error.
{27385A95-8167-49EE-84DE-6100F7559048} 2012-12-19 16:04:57:451+0100 1 148 101 {D67661EB-2423-451D-BF5D-13199E37DF28} 1 800b0001 SelfUpdate Failure Software Synchronization Windows Update Client failed to detect with error 0x800b0001.
I found out that i Need a update KB2720211 but i check the Windows server2008 and this update is installed succesfully.
Must i reinstall this update? because i uninstall only WSUS, and them install.
I made
net stop wuauserv /y
net stop BITS /y
REG Delete HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate /v SusClientId /f
REG Delete HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate /v SusClientIdValidation /f
rd C:\WINDOWS\SoftwareDistribution /s /Q
del "c:\windows\windowsupdate.log"
net start wuauserv /y
net start BITS /y
wuauclt.exe /resetauthorization /detectnow