Troubleshooting WSUS
Troubleshooting WSUS
2. Check whether the relevant group policy settings are applied or not.
Open cmd and run:
i. gpresult /r
1
Udara Kaushalya http://www.uktech.space/
ii. rsop.msc
HKLM->Software->Policies->Microsoft->Window->WindowsUpdate
2
Udara Kaushalya http://www.uktech.space/
3. Make sure he WSUS client can see the WSUS website by navigating to :
http://(Name Of WSUS Server):8530/Selfupdate/iuident.cab
and make sure open/download the file
8. Sometimes image a machine (or a clone a VM) keeps it’s unique update ID.
If this happens then the first machine with this ID to register gets listed, and all the rest do not. To find out if
this is the problem,
i. locate and stop the WSUS service on the affected client.
ii. Open Registry Editor and navigate to:
HKLM->Software->Microsoft->Windows->Current Version->WinowsUpdate
iii. Delete SusClientID entry.
iv. Restart WSUS service and run below commands.
Wuauclt /resetauthorization /detectnow
Wuauclt /reportnow
3
Udara Kaushalya http://www.uktech.space/
From Server End
In this instance the WSUS service is reporting as running. If it’s not you can run the ‘Restart-Service -
name WsusService’ to attempt to restart it. This service runs as the Network Service user by default.
WSUS server is listening for connections on the correct ports does not mean that your client machines
are able to connect in. By default, Windows firewall will be running on the WSUS server, however when
you installed WSUS it would have automatically configured two inbound rules called “WSUS” that allow
both TCP 8530 and 8531 through, as shown below.
Check that these allowed inbound rules are still in place.
4
Udara Kaushalya http://www.uktech.space/
iv. Check log file
C:\Program Files\Update Services\LogFiles\ – This file contains information about things that have
changed in WSUS, it may be useful for seeing any recent changes that have taken place and caused the
problem you’re having.
Tools
1. Tool for reset Windows Update Agent is most useful tool to troubleshoot most of client end issues.
It can be downloaded from TechNet Gallery.
https://gallery.technet.microsoft.com/scriptcenter/Reset-Windows-Update-Agent-d824badc
5
Udara Kaushalya http://www.uktech.space/