ForegroundPriorty von Downloads in WSUS setzen
Sollte WSUS neue Updates nicht automatisch Downloaden hilft es eventuell die Priorität der an den BITS-Dienst übergebenen Downloads zu erhöhen:
WSUS mit externer MySQL-Datenbank
net stop WSUSService
"C:\Programm Files\Update Services\Setup\ExecuteSQL.exe" -S SERVER -d "SUSDB" -Q "update tbConfigurationC set BitsDownloadPriorityForeground=1"
net start wsusservice
WSUS mit Windows-Datenbank
net stop WSUSService
C:\Programm Files\Update Services\Setup\ExecuteSQL.exe-S SERVER\MICROSOFT##SSEE-d "SUSDB" -Q "Update TbConfigurationC BitsDownloadPriorityForeground festlegen = 1"
net start wsusservice