WSUS downloading updates when “Do not store updates locally” is set.

windows-server-2012windows-updatewsus

I have a WSUS server that insists on downloading updates even when I've specified that it should not download anything locally. Essentially I'm running it as a source of approvals rather than a patch distribution point.

To that end I've set it to not download any updates locally, but it's still doing it and I can't for the life of me figure out why it's doing it and how to stop this behaviour.

Running WSUS 6.2.9200 on Windows server 2012

Best Answer

That's not expected behaviour if you've selected Do not store update files locally; computers install from Microsoft Update, there's no hidden setting that you're missing.

Couple of things you could try:

  • Restart WSUS Service / restart server
  • Delete all files and folders under WSUScontent then run C:\Program Files\Update Services\Tools\WSUSutil.exe reset ("Checks that every metadata row in the database has corresponding content stored in the file system. If content is missing or corrupted, WSUS downloads the content again. This is useful after restoring a database.")
  • There's a few patches for WSUS 4.0 - notably MS KB 2938066 and 3159706 (although they don't appear very relevant to your interests / issues)

Beyond that I think you're looking at rebuilding (preferably on 2012 R2)

Note - Setting 'do not store updates locally' after the fact won't automatically purge updates already downloaded