Skip to content
SCCM Task Sequence App Failure with Error 0x87d00267 after 2107 Update

SCCM Task Sequence App Failure with Error 0x87d00267 after 2107 Update

Written By Anoop C Nair
Last Updated September 29, 2021
Posted In SCCM
SHARE

Let’s check the SCCM task sequence app failure issue with error code 0x87d00267. This is reported only after the update or upgrade to the 2107 version of Configuration Manager. I have highlighted this issue in different community forums but have not seen any Microsoft documentation on this issue with error 0x87d00267.

There is another known issue with the 2107 version, and that is documented in the known issues and the Microsoft release notes. After the 2107 update, if you change app X, task sequence A will fail to run on clients that receive the deployment policy after the site update. The SCCM client can’t get all of the policies for the task sequence and referenced applications.

This post will see the workaround for this SCCM Task Sequence App Failure with Error 0x87d00267. I’m sure Microsoft is going to fix this issue with the latest hotfix for SCCM 2107 soon. Until that time, you might need to use the workaround provided in the below section.

Task Sequence App Failure with Error 0x87d00267

First of all, you will need to understand what is the meaning of the error code 0x87D00267. You can try to use the method to translate SCCM Error Codes To Error Messages. The error 0x87D00267 translates to Download failed.

Patch My PC
SCCM Task Sequence App Failure with Error 0x87d00267 after 2107 Update
SCCM Task Sequence App Failure with Error 0x87d00267 after 2107 Update

In normal scenarios, you will need to check the ContentTransferManager.log, CAS.log, LocationServices.log, etc., on your SCCM client to see whether you can get any related error or not? But I don’t think this approach is very relevant for the known issues with SCCM 2107 scenario here.

I think you would see a similar error in the DataTransferService.log on the client log folder C:\Windows\CCM\Logs. I have not tested this scenario; let me know in the comments if you see this error or not. These snippets are taken from the previous version (2006) known issue.

DTS::AddTransportSecurityOptionsToBITSJob - Failed to attach certificate context to DTS job '{C429F9F4-4C28-458F-AF21-C5CCB5B14780}', error 0x80070002.
smsts.log
Policy Evaluation failed, hr=0x87d00267
...
Install application action failed: '{application name}'. Error Code 0x87d00267

Fix Task Sequence App Failure with Error 0x87d00267

We have the same issue with SCCM 2107 because 2006 known issue calls about App install and Software Update policies.

I don’t think the following suggestion to resolve this issue is not a fix; rather, I would say a dirty workaround. As per the previous KB article for a similar problem with version 2006, this issue occurs when the task sequence runs after the initial client installation process in environments where the management point is configured to use HTTPS.

If you have this issue in your environment, you can raise a ticket with Microsoft support, and since this is a known issue with the product, they won’t charge you anything. I don’t believe this issue with SCCM 2107 is a similar issue. I want to wait and see Microsoft’s recommendation and finding on this issue.

SCCM Task Sequence App Failure with Error 0x87d00267 after 2107 Update
Jannis Jacobsen posted this in SCCM – ConfigMgr Prof Facebook Group. SCCM Task Sequence App Failure

Workaround

I have not tested any of these workarounds. I would recommend trying this in a staging environment before implementing it in production. I prefer the manual method mention below to test this in a staging environment.

The manual method is explained neatly by MVP colleague Jörgen Nilsson.

  • Create a new app revision to resolve this issue – by updating the comment of application deployment type.

Automated method – Another workaround shared in the community forum is to use the following PowerShell command to resolve this issue.

Get-CMApplication | %{Get-CMDeploymentType -ApplicationName $_.LocalizedDisplayName | Set-CMDeploymentType -AdministratorComment "SCCMBugFix"}

Author

Written by

Anoop C Nair is Workplace Technology solution architect with 25+ years of experience in global enterprise organizations such as JP Morgan, Capgemini, etc. Microsoft Certified Trainer. Microsoft MVP from 2015 onwards for consecutive 11+ years! He also conducts Intune and modern workplace tech training for enterprise organizations. He is Blogger, Speaker, and Founder of HTMD Community and HTMD Conference. His main focus is on Device Management technologies like Intune, Windows, Cloud PC. He writes about technologies like Intune, SCCM, Windows, Cloud PC, Windows, Entra, Microsoft Security.

Discussion · 7 comments

  1. Where do you run the powershell command, server, client, in the task sequence?

    Get-CMApplication | %{Get-CMDeploymentType -ApplicationName $_.LocalizedDisplayName | Set-CMDeploymentType -AdministratorComment “SCCMBugFix”}

  2. I was also getting this issue after installing the CMG…. on CM 2309. I need to add the new CMG as fallback for MP on the Boudary Groups….

  3. I’m also getting this issue. Applications are not installing while imaging the device, but it is for only 1 location. Remaining all are working fine. As per smsts logs, it is picking the application and adding to task sequence but getting some http error. And Image completed without installation of apps. Currently we are using 2403 version. Please suggest the solution

Join the discussion

Your email address will not be published. Required fields are marked *

Related guides

Intune

Windows 11 KB5101650 KB5099414 July 2026 Patch and 3 Zero Day Vulnerabilities and 570 Flaws

Key Takeaways Windows 11 KB5101650 KB5099414 July 2026 Patch and 3 Zero Day Vulnerabilities and 570 Flaws! In the July 2026 Patch, Microsoft introduced new features designed to improve the overall Windows experience. The update adds enhancements to Windows Update for more flexible update management and introduces Point-in-Time Restore, providing an additional recovery option for […]

AC Anoop C Nair 9 min read
Intune

2026 June KB5094126 KB5093998 Windows 11 Patch | 3 Zero Day Vulnerabilities and 200 Flaws

Key Takeaways 2026 June KB5094126 KB5093998 Windows 11 Patch | 3 Zero Day Vulnerabilities and 200 Flaws! The June 2026 Windows 11 Patch Tuesday update brings several improvements to File Explorer. It adds support for additional archive formats, including UU, CPIO, XAR, and NuGet Packages (NUPKG). The update also preserves View and Sort preferences in […]

AC Anoop C Nair 10 min read
Intune

2026 May KB5089549 KB5087420 Windows 11 Patch | 0 Zero Day Vulnerabilities and 120 Flaws

Key Takeaways The Windows 11 May 2026 Patch KB5089549 KB5087420 Update brings important security fixes, performance improvements, and reliability enhancements across the operating system. The update introduces new features such as Xbox Mode for gaming, File Explorer improvements, enhanced input and sharing experiences, better taskbar and Windows Hello reliability, and additional enterprise management capabilities for […]

AC Anoop C Nair 8 min read
SCCM

ConfigMgr 2603 Introduces New Early Update Enrollment Process

Key Takeaways In this post we are discussing the ConfigMgr 2603 Introduces New Early Update Enrollment Process. Microsoft has officially released Configuration Manager version 2603 to the Early Update Ring, giving organizations an opportunity to test upcoming improvements before the global production rollout. The release is targeted at enterprises running ConfigMgr version 2409 or later […]

AC Anoop C Nair 3 min read