Hello Good day,
I have a odd situation with two client servers.
All updates approved on WSUS, current month (July2021) but only KB890830 is showing as needed on those two servers, all the other clients servers reporting to this WSUS have no issues.
Deleted the server from WSUS and ran below script:
net stop bits
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
reg delete "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate" /v SusClientIDValidation /f
rd /s /q "%SystemRoot%\SoftwareDistribution"
net start bits
net start wuauserv
wuauclt /resetauthorization /detectnow
PowerShell.exe (New-Object -ComObject Microsoft.Update.AutoUpdate).DetectNow()
Servers are reporting well but same issue onlt KB890830 is showing.
Any suggestions on how to tshoot/resolve this?
Thanks