It sounds like you’re encountering issues with application installations during the Operating System Deployment (OSD) process. Here’s a brief response to address this issue:
"Yes, I’ve seen similar issues before. The error code 0x87d00267 usually indicates a problem with downloading the application content during the task sequence. Here are some steps and logs to review:
- Review Logs:
- SMSTS.log: Check the
SMSTS.log
file on the client machine for detailed information about the failure. This log is located in theC:\_SMSTaskSequence\Logs\Smstslog
directory. - AppEnforce.log: This log in
C:\Windows\CCM\Logs
provides details about application deployment and can help identify if there are issues with the content or deployment settings.
- SMSTS.log: Check the
- Check Distribution Points: Ensure that the distribution points are properly updated and that the content is available and accessible.
- Content Location: Verify that the content is correctly distributed to the distribution points and that there are no network issues affecting the download.
- Review Task Sequence: Double-check the task sequence settings and ensure that the application deployment steps are configured correctly.
- Update Client: Make sure the Configuration Manager client is up-to-date and properly functioning.
If the problem persists, reviewing these logs and settings should provide further insights into the issue. Let me know if you need more detailed troubleshooting steps!"
This response offers actionable steps and relevant logs to investigate the issue further.