Unable to install KB2267602 on Windows Server Datacenter 2019

Andy 86 Reputation points
2023-07-17T14:05:40.3333333+00:00

When attempting to install KB2267602 using the below PowerShell commands, it states it is installed:

Install-WindowsUpdate -Install -AcceptAll -Category 'Critical Updates', 'Security Updates', 'Updates' -NotTitle 'Preview'

Get-WindowsUpdate -Install -KBArticleID 'KB5021233'

When I use the below command it gives a result of failed:

Install-WindowsUpdate -Install -AcceptAll -Category 'Critical Updates', 'Security Updates', 'Updates' -NotTitle 'Preview' -ForceInstall -ForceDownload

Error from Event Viewer:

Installation Failure: Windows failed to install the following update with error 0x80070643: Security Intelligence Update for Microsoft Defender Antivirus - KB2267602 (Version 1.393.605.0).

I have been through all the steps in the following link with no luck:

https://ugetfix.com/ask/how-to-fix-kb2267602-fails-to-install-in-windows-10/

I also tried manually doing it via Windows Update.

When I run the following it continually lists KB2267602:

Get-WindowsUpdate -Category 'Critical Updates', 'Security Updates', 'Updates' -NotTitle 'Preview'

Any help would be great.

Windows Server 2019
Windows Server 2019
A Microsoft server operating system that supports enterprise-level management updated to data storage.
3,834 questions
Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
13,413 questions
{count} vote

Accepted answer
  1. Wil van Lierop 75 Reputation points
    2023-07-19T07:15:01.8866667+00:00

    It seams something has been fixed at MS.

    Now WSUS and a manual update agree on what should be installed (versions) and my windows 2019 servers are up2date.

    Thank you


4 additional answers

Sort by: Most helpful
  1. Anonymous
    2023-07-17T14:11:26.54+00:00

    Might try downloading / installing here.

    https://www.microsoft.com/en-us/wdsi/defenderupdates

    --please don't forget to upvote and Accept as answer if the reply is helpful--


  2. Anonymous
    2023-07-17T15:10:41.4966667+00:00

    did not help

    What happens when you try?


  3. Rob Denny 0 Reputation points
    2023-07-18T09:29:22.2766667+00:00

    Im seeing this on approximately 200+ machines, and it only started recently.

    0 comments No comments

  4. Wil van Lierop 75 Reputation points
    2023-07-19T07:18:30.84+00:00

    PS C:\Windows\system32> Get-MpComputerStatus

    AMEngineVersion : 1.1.23060.1005

    AMProductVersion : 4.18.23050.5

    AMRunningMode : Normal

    AMServiceEnabled : True

    AMServiceVersion : 4.18.23050.5

    AntispywareEnabled : True

    AntispywareSignatureAge : 0

    AntispywareSignatureLastUpdated : 18-7-2023 23:50:38

    AntispywareSignatureVersion : 1.393.757.0

    AntivirusEnabled : True

    AntivirusSignatureAge : 0

    AntivirusSignatureLastUpdated : 18-7-2023 23:50:38

    AntivirusSignatureVersion : 1.393.757.0

    BehaviorMonitorEnabled : True

    ComputerID : AAC869ED-43AD-4C31-B899-5DE55501692E

    ComputerState : 0

    DefenderSignaturesOutOfDate : False

    DeviceControlDefaultEnforcement : Default Allow

    DeviceControlPoliciesLastUpdated : 27-3-2023 10:51:44

    DeviceControlState : Disabled

    FullScanAge : 4294967295

    FullScanEndTime :

    FullScanOverdue : False

    FullScanRequired : False

    FullScanSignatureVersion :

    FullScanStartTime :

    IoavProtectionEnabled : True

    IsTamperProtected : False

    IsVirtualMachine : True

    LastFullScanSource : 0

    LastQuickScanSource : 2

    NISEnabled : True

    NISEngineVersion : 1.1.23060.1005

    NISSignatureAge : 0

    NISSignatureLastUpdated : 18-7-2023 23:50:38

    NISSignatureVersion : 1.393.757.0

    OnAccessProtectionEnabled : True

    ProductStatus : 524288

    QuickScanAge : 0

    QuickScanEndTime : 19-7-2023 05:08:39

    QuickScanOverdue : False

    QuickScanSignatureVersion : 1.393.702.0

    QuickScanStartTime : 19-7-2023 05:07:41

    RealTimeProtectionEnabled : True

    RealTimeScanDirection : 0

    RebootRequired : False

    SmartAppControlExpiration :

    SmartAppControlState : Off

    TamperProtectionSource : N/A

    TDTMode : N/A

    TDTSiloType : N/A

    TDTStatus : N/A

    TDTTelemetry : N/A

    TroubleShootingDailyMaxQuota :

    TroubleShootingDailyQuotaLeft :

    TroubleShootingEndTime :

    TroubleShootingExpirationLeft :

    TroubleShootingMode :

    TroubleShootingModeSource :

    TroubleShootingQuotaResetTime :

    TroubleShootingStartTime :

    PSComputerName :

    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.