This post describes how to troubleshoot Windows Updates.
Fist Steps
There are a few general things you should try before going into detail when troubleshooting windows updates. First of all run the Microsoft Windows Update Troubleshooter Tool, it will most of the issues.
If that does not do the trick you should empty the local update cache.
If after a reboot the client still wont pull any updates we have to take a deeper look. First check the log: %windir%WindowsUpdate.log If that file is not available or empty use the following power shell command to generate an error log.
Get-WindowsUpdateLog
If you paste error messages from here to google you will most likeley find something. If this doesn’t work try the WSUS Offline from Heise:
First use \wsusoffline\UpdateGenerator.exe to download the updates for the system you want to patch:
Then install the updates.
Other know issues:
####### WSUS #######
The client is failing to update from a WSUS. (The log is showing the FQDN or the IP of a local server)
Possible origin:
Lösung:
HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\WindowsUpdate HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\WindowsUpdate
####### /WSUS #######
Cheers, Ori