Default Reasoning

Construction of sensible guesses when some useful information is lacking and no contradictory evidence is present…

  • Subscribe

  • Disclaimer

    This blog is personal. The views and opinions expressed here represent my own and not those of the people, institutions or organizations that I may or may not be related with unless stated explicitly. All blog post, white papers and manuals were written during the projects, mostly at a customer site and are scenario specific. Use at your own risk.
  • Meta

Windows XP clients disappear from the WSUS console.

Posted by Marek.Z on 19 October 2009

A few days ago I came across a strange issue with some Windows XP clients and Windows Update Server Services 3.0. The XP client PC’s were mysteriously disappearing from the Update Services Management Console. For example, when one client made a connection to the WSUS server to check for new updates, the other one will disappear from the console. This behavior could be replicated when running the C:\>wuauclt /detectnow command on one of the affected client PC’s. In my case the problem occurred to clients that were installed from a clone image. The master image of the Windows XP clients was probably updated through WSUS and then cloned, leaving the registration entries in the register. Here is a small script that I used to correct this: 

REG DELETE HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate /v SusClientIdValidation /f
REG DELETE HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate /v SusClientId /f
net stop wuauserv
rmdir /s /q c:\windows\softwaredistribution
net start wuauserv
wuauclt /resetauthorization /detectnow

Copy and paste this script to a batch or cmd file and run it on the affected client PC’s. This should resolve the problem.

Tested on Windows XP Service Pack 3.

Cheers!

 - Marek

About these ads

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

 
Follow

Get every new post delivered to your Inbox.

Join 424 other followers

%d bloggers like this: