WSUS failures - Duplicate SUSClientIDs
hi,
we have wsus 3.0 server dishing out updates our clients on network via gpo , largely working fine. have noticed around 25% of clients did not report console, though other workstations within ou did. on further research found http://support.microsoft.com/kb/903262 , checked susclientid , susclientidvalidation entries on effected workstations , found same. deleting these entries enabled workstations report correct status wsus console , updates expected.
my question this: if call batch script in login process (find below) deletes relevant entries, effect clients have been getting updates , reporting console? because affected workstations spread across multiple ous, far easiest solution.
any appreciated.
net stop wuauserv
reg delete "hklm\software\microsoft\windows\currentversion\windowsupdate" /v accountdomainsid /f
reg delete "hklm\software\microsoft\windows\currentversion\windowsupdate" /v pingid /f
reg delete "hklm\software\microsoft\windows\currentversion\windowsupdate" /v susclientid /f
net start wuauserv
wuauclt /resetauthorization /detectnow
cheers
1. wsus has its time constats , clients appears not immediately.
2. script influence workstations. recommend selective repair psexec (sysinternals) on pc's has not registered.
3. imho uncommon situation , recommend make search origin of problem.
regards
milos
Windows Server > WSUS
Comments
Post a Comment