Update deployment fails with error 0x87d00215

Richard Sindler 60 Reputation points
2024-05-09T12:58:26.8933333+00:00

I am trying to deploy Windows 11 update via SCCM version 2309, but it fails with the error 0x87d00215.

In UpdateDeployment.log:

"Getupdate -failed to get targated update error= 0x87d00215" .

How can I resolve this error?

Microsoft Configuration Manager
0 comments No comments
{count} votes

Accepted answer
  1. Olufunso Adewumi 380 Reputation points Microsoft Employee
    2024-05-09T15:27:54.2233333+00:00

    The error code 0x87d00215 in SCCM typically indicates that the update is not applicable to the target device. This could be due to several reasons, such as the update being superseded or the device not meeting the requirements for the update. Here are some steps you can take to troubleshoot and resolve this issue:

    1. Check Update Deployment Status:
      • Verify in the Configuration Manager console that the update has been successfully deployed to the target device collection.
    2. Verify Device Requirements:
      • Ensure that the target device meets all the requirements for the Windows 11 update. This includes checking the version of Windows, processor architecture, and other prerequisites.
    3. Review WindowsUpdate.log:
      • Check the WindowsUpdate.log file on the target device for any errors related to the update installation. This log file is located in the %windir%\WindowsUpdate.log directory.
    4. Check for Superseded Updates:
      • If the update has been superseded, you should deploy the superseding update instead.
    5. Boundary Groups Configuration:
      • Confirm that the client subnet or AD Site is added to the SCCM boundary and that the IP Subnet or AD Site is associated with the correct boundary group.
    6. Distribution Point Accessibility:
      • Make sure that a distribution point with the new version of the client installation source is available and can be located by the target device.

    You should be able to identify and fix the problem causing the error 0x87d00215 during the Windows 11 update deployment via SCCM version 2309.

    0 comments No comments

0 additional answers

Sort by: Most helpful