Tesla Posted July 2, 2015 Posted July 2, 2015 Hi all have a handful of Win 7 PC's that just don't appear in wsus (2008 R2), can't figure out why. Set to use the update service console. Any pointers?
AJWhite1970 Posted July 2, 2015 Posted July 2, 2015 Check the reg keys for WSUS on the client, should be:- [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate] "WUServer"="http://WSUSServer:8530" "WUStatusServer"="http://WSUSServer:8530" Restart the Windows Update service Run the following shortcut by right clicking and selecting run as admin %windir%\system32\wuauclt.exe /resetauthorization /detectnow Then see if it appears If all else fails, check the log file in c:\windows\WindowsUpdate.log Hope that helps Andrew 1
Tesla Posted July 2, 2015 Author Posted July 2, 2015 Should it always be port 8530? Look slike it's set to port 80 for us (I didn't set it up?) Thanks
AJWhite1970 Posted July 2, 2015 Posted July 2, 2015 (edited) Open IIS Manager on your server, browse down to your WSUS folder and then click on "Check Bindings". That will tell you the port number WSUS has been setup on. From memory by default it can be 80, 443, 8530 or 8531. Andrew Edited July 2, 2015 by AJWhite1970
sted Posted July 2, 2015 Posted July 2, 2015 Should it always be port 8530? Look slike it's set to port 80 for us (I didn't set it up?) Thanks there are 2 options 8530 in newer versions is the default port as it dosent interfere fith port 80 and iis but on older versions port 80 was the default. Either is fine as long as it works youre probably better off using 8530 though in new deployments i wouldnt go to the effort of changing it unless you need iis on the same box
Tesla Posted July 2, 2015 Author Posted July 2, 2015 Seem to have found the problem, looking through the logs, looks like background services are still looking through our old proxy, so ran a netsh winhttp and ran what @AJWhite1970 and it's now appeared, i assume that's the issue for all of the ones not appearing...
mowgli82 Posted July 2, 2015 Posted July 2, 2015 Have the machines been imaged? if they weren't sysprepped before the image was taken its likely that WSUS is seeing all of the affected PC's as one. If that is the case try copying this in to a batch file and running on the affected machines: REG Delete HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate /v SusClientId /f REG Delete HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate /v SusClientIdValidation /f gpupdate net stop wuauserv /y net stop BITS /y rd C:\WINDOWS\SoftwareDistribution /s /Q del "c:\windows\windowsupdate.log" regsvr32 WUAPI.DLL /s regsvr32 WUAUENG.DLL /s regsvr32 WUAUENG1.DLL /s regsvr32 ATL.DLL /s regsvr32 WUCLTUI.DLL /s regsvr32 WUPS.DLL /s regsvr32 WUPS2.DLL /s regsvr32 WUWEB.DLL /s regsvr32 msxml3.dll /s net start wuauserv /y wuauclt.exe /resetauthorization /detectnow ^^^^^^I believe I came across this somewhere on here! 1
Tesla Posted July 2, 2015 Author Posted July 2, 2015 Thanks i'll look into this too @mowgli82 if any others don't work as expected...we sysprep the majority of images but some do need to be updated/checked.
Tesla Posted July 3, 2015 Author Posted July 3, 2015 Noob question. Should the server itself be appearing in the WSUS list?
Tesla Posted July 17, 2015 Author Posted July 17, 2015 Have the machines been imaged? if they weren't sysprepped before the image was taken its likely that WSUS is seeing all of the affected PC's as one. If that is the case try copying this in to a batch file and running on the affected machines: REG Delete HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate /v SusClientId /f REG Delete HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate /v SusClientIdValidation /f gpupdate net stop wuauserv /y net stop BITS /y rd C:\WINDOWS\SoftwareDistribution /s /Q del "c:\windows\windowsupdate.log" regsvr32 WUAPI.DLL /s regsvr32 WUAUENG.DLL /s regsvr32 WUAUENG1.DLL /s regsvr32 ATL.DLL /s regsvr32 WUCLTUI.DLL /s regsvr32 WUPS.DLL /s regsvr32 WUPS2.DLL /s regsvr32 WUWEB.DLL /s regsvr32 msxml3.dll /s net start wuauserv /y wuauclt.exe /resetauthorization /detectnow ^^^^^^I believe I came across this somewhere on here! This worked for the server itself, albeit there was a few syntax errors appearing at the start of the script. But i'll take that
Tesla Posted December 2, 2015 Author Posted December 2, 2015 Check the reg keys for WSUS on the client, should be:- [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate] "WUServer"="http://WSUSServer:8530" "WUStatusServer"="http://WSUSServer:8530" Restart the Windows Update service Run the following shortcut by right clicking and selecting run as admin %windir%\system32\wuauclt.exe /resetauthorization /detectnow Then see if it appears If all else fails, check the log file in c:\windows\WindowsUpdate.log Hope that helps Andrew Odd, looking at a PC now and the windows update registry folder doesnt seem to exist!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now