Error downloading Wsus update

2020-09-30T22:53:59.517+00:00

hi, I just reinstalled my windows server 2016 with wsus 3.0 after the reinstallation, the console does not download the kb and it throws me the message "the files have not yet been downloaded for this update" when approving the KB ![29543-image.png][1] [1]: /api/attachments/29543-image.png?platform=QnA

Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
13,205 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. AllenLiu-MSFT 45,156 Reputation points Microsoft Vendor
    2020-10-01T06:22:55.63+00:00

    anonymous user
    Thank you for posting in Microsoft Q&A forum.
    Please try the workaround to see if it helps:

    In powershell:
    $Config = (Get-WsusServer).GetConfiguration()
    $Config.BitsDownloadPriorityForeground = $True
    $Config.Save()


    If the response is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.