Tinus EngOps Wiki

Logo

OpsaC - Operating as PowerShell code

Links

Home

PowerShell Blog

PowerShell Index

PowerShell Search

Additional Websites

View my GitHub Profile

View my GitHub Gists

View Tinus IT Wiki

View my Photo Website

Windows Server Update Services

published: November 30, 2020 author: Tinu tags: PowerShell categories: System-Engineering


Table of Contents

Import optional updates failed

You recieved an error “this update cannot be imported into Windows Server Update Service because it is not compatible with your version of WSUS”.

Error 80131509 “some updates could not be imported”.

Solution

This solution would not work

After clicking on the "Import Updates…" option in the WSUS console, an Internet Explorer window will open on the following URL: http://catalog.update.microsoft.com/...&Protocol=1.20

Before proceeding with importing the updates, change the "1.20" protocol value in the URL to the previous protocol value 1.8. The URL should look like this when you’re done: http://catalog.update.microsoft.com/...&Protocol=1.8

But this solution works fine

  1. Change the default browser to Microsoft Internet Explorer
  2. Change the default language for the browser to english
  3. Install ActiveX-Control

Error 80131509 “some updates could not be imported”

Now it throws an error 80131509 “some updates could not be imported”:

  1. Set strong cryptography on .Net Framework (version 4 and above)
  2. Reboot the computer
  3. Start the WSUS Console, click Import updates

Affected

WSUS 5.0 (Windows Server 2016)

See also

Import to WSUS fails direct import from MS Update Catalog


← Previous Post [ Top ] Copyright © 2024 by tinuwalther [ Blog ] Next Post →