I can not find an option to Import Updates from the Microsoft Update Catalog

正也 深澤 0 Reputation points
2023-08-07T06:27:33.9366667+00:00

I can not find an option to Import Updates from the Microsoft Update Catalog on windows server 2016.

Does it delete already?

Windows for business | Windows Server | User experience | Other
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Limitless Technology 44,766 Reputation points
    2023-08-07T09:57:58.72+00:00

    Hello

    Thank you for your question and reaching out.

    The Import Updates action in WSUS was built using ActiveX, which is now deprecated. This import functionality within WSUS has been replaced with a PowerShell script. The script allows you to import a single update, or multiple updates into WSUS.

    Import updates into WSUS using PowerShell : https://learn.microsoft.com/en-us/windows-server/administration/windows-server-update-services/manage/wsus-and-the-catalog-site --If the reply is helpful, please Upvote and Accept as answer--

    0 comments No comments

  2. Adam J. Marshall 10,356 Reputation points MVP
    2023-08-17T00:52:05.7133333+00:00

    Microsoft beat us to it, however AJ Tek had been working on a solution since the middle of July that is more powerful and doing what YOUR FEEDBACK is asking for.

     

    https://www.powershellgallery.com/packages/Import-WsusUpdate/

     

    Some examples:

     

    Import-WsusUpdate "0373ad3c-3f8f-4123-81f8-6d3d8cd86f6d"

    Import-WsusUpdate -KB "KB5026454"

    Import-WsusUpdate -KB "KB5026454" -MetadataOnly

    Import-WsusUpdate -KB "KB5029244" -MetadataOnly -x64 -Filter "21H2","-Dynamic"

    Import-WsusUpdate "0373ad3c-3f8f-4123-81f8-6d3d8cd86f6d" -DownloadPath "C:\MUCatalogUpdateFiles" -DownloadInParallel

     

    In the next release, it will be digitally signed by AJ Tek.

    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.