I want to monitor which of my servers need updates so I installed WSUS. Installation went fine and the servers are getting their updates now from WSUS. However, most of the servers show an incorrect number of needed updates.
For example this one:
It says that the server needs 2 updates.
I checked in the windowsupdate.log
on the server which also reports the same number (which is probably where WSUS gets the number from):
But when I check the Windows Update UI, it says that all updates are installed, even after a reboot:
How do I get the required updates showing here, or how do I make the thing report back that it doesn't need any more updates (if that's the case) ?
I think I found out what the error was: not enough disk space. I noticed the disk that has the WSUS content only had 18 mb free. After expanding it, the disk started filling up again, so then I knew not all updates were downloaded. The following morning the server indeed needed two updates.
There was a hint about the disk space in the report you get when you click on a server (Status Report). Clicking on the Not Installed link showed a message, something along the lines of "the update has not yet been downloaded".
Without knowing how you have your WSUS server setup, it would be hard to direct you but from my experience running a WSUS server, typically, you have a test group that you setup to test updates before approving the updates for production machines. You can check the updates showing in the WSUS to make sure those have been approved for the right machines. Also, depending on the synchronization schedule that you have configured in WSUS which indicates how often machines should checkin with the WSUS server for updates would determine when those report stats gets updated. You can you use these commands to force it to checkin with the WSUS server:
wuauclt /detectnow
andwuauclt /reportnow
in an elevated command prompt and then do a manual updates check to see if those gets updated. Also, from you screenshot above, you should be able to add another column which will show you the last time the machine checked in with WSUS. In all