Skip to content

Jitesh Kumar

HTMD Author

Jitesh has over 5 years of working experience in the IT Industry. He writes and shares his experiences related to Microsoft device management technologies and IT Infrastructure management. His primary focus area is Windows 10 Deployment solution with Configuration Manager, Microsoft Deployment Toolkit (MDT), and Microsoft Intune.

660 Guides
1,863 Reads
Experience
Follow
SCCM

FIX: SCCM Task sequence failed with error code 0x80220005

In this post, you will learn to FIX SCCM Task sequence failed with error code 0x80220005. The task sequence error prompt during operating system deployment with Configuration Manager when it’s failed to execute step added to rename the device. The error 0x80220005 Translate SCCM Error Codes to Error Messages No result in CMTrace Error lookup. This task sequence […]

September 7, 2021 · 3 min read
SCCM

Add Run PowerShell Script Step to SCCM Task Sequence

Let’s check how to add Run PowerShell Script Step to SCCM Task Sequence. The PowerShell script added to SCCM task sequence must be installed silently when you decide to add during the OS deployment. This option helps SCCM Admin to perform various operations easily during the operating system deployment with Task sequence. The details to post […]

September 6, 2021 · 5 min read
SCCM

FIX: SCCM Task Sequence Error Code 0x80091007

Let’s see how you can FIX SCCM Task Sequence Error code 0x80091007. This error code prompt when task sequence failed to execute steps during operating system deployment with Configuration Manager. The error 0x80091007 Translate SCCM Error Codes to Error Messages “The hash value is not correct.” This usually happens when the associated Packages, Applications to the task […]

September 3, 2021 · 3 min read
SCCM

FIX: SCCM Application Installation Failed 0x87D00324

Let’s see how you can FIX SCCM Application Installation Failed 0x87D00324. The error 0x87D00324 (-2016410844) prompt when you attempted to install an application from the SCCM software center. The error 0x87D00324 Translate SCCM Error Codes to Error Messages “The application was not detected after installation completed.” Application Model is used these days extensively for Software Distribution from […]

September 2, 2021 · 3 min read
SCCM

ConfigMgr 2108 Technical Preview New Features

Let’s see the list of features released in ConfigMgr 2108 Technical Preview. Microsoft has released the first Technical Preview Version after releasing SCCM 2107 Production Version. In terms of features, ConfigMgr 2108 Technical Preview is a minor release that comes with two newly added features. The technical preview introduces new functionality that Microsoft is working on and features that aren’t yet included […]

September 1, 2021 · 4 min read
SCCM

Easily Add the Apply Driver Package Step to the SCCM Task Sequence

In this post, you will learn how to add the Apply Driver Package Step to the SCCM Task Sequence. Adding device drivers is vital when installing a clean operating system. Device drivers help the computer connect with hardware devices like keyboard, mouse, monitor, etc. Device drivers can be used when installing the entire OS on […]

August 31, 2021 · 5 min read
SCCM

FIX: SCCM Task Sequence Failed to Run Command Line Error 0x8007010B

Let’s see how you can FIX SCCM Task Sequence Failed to run command line Error 0x8007010B. This error code prompts when the task sequence fails to execute steps during operating system deployment with Configuration Manager. The SCCM task sequence command line should be installed silently during OS deployment, enabling SCCM admins to perform operations seamlessly. Execute […]

August 30, 2021 · 4 min read
SCCM

How to Add Run Command Line Step to SCCM Task Sequence

Let’s learn how to add Run Command Line Step to SCCM Task Sequence. The command line added to the SCCM task sequence must be installed silently when you add it during the OS deployment. This option helps the SCCM Admin perform various operations easily during the operating system deployment with the Task sequence. The following […]

August 27, 2021 · 5 min read
SCCM

FIX: SCCM Task Sequence Error 0x80004005 Failed to Run

Let’s see how you can FIX SCCM Task Sequence Error 0x80004005. You might encounter a prompt message An error occurred while retrieving policy for this computer during Operating System Deployment with SCCM Task Sequence. The Task Sequence Error 0x80004005 is generic, and the solution could differ based on the details you get into the logs. In […]

August 26, 2021 · 6 min read
SCCM

Easily Find SCCM Task Sequences Reference Application

Let’s check the easiest option to find Task Sequences that reference specific Applications in SCCM (a.k.a. ConfigMgr). Starting with the SCCM 1906 release, the Task Sequences tab is available in the applications node. This tab lists the task sequences that reference specific applications. I have seen this useful for SCCM admins when they want to […]

August 25, 2021 · 3 min read
SCCM

FIX: SCCM Task sequence has failed with the error code 0x800700A1

Let’s see how you can FIX SCCM Task Sequence has failed with the error code 0x800700A1. You might encounter a prompt error message while performing Operating System Deployment with SCCM Task Sequence. The error 0x800700A1 translates “The specified path is invalid.”. This is often seen when you will perform the deployment in new machines. Being an IT […]

August 24, 2021 · 4 min read
SCCM

How to Configure File Associations using SCCM

Let’s learn how to configure File Associations using SCCM. When deploying Windows 10 images, you can update the default programs associated with filename extensions or protocols. File Associations helps IT admin automate the settings to open a certain file type to be directly set with the default application. To generate a default app associations XML […]

August 23, 2021 · 7 min read
SCCM

FIX: SCCM Task Sequence Failed With Error Code 0x80070002

Let’s learn how you can FIX SCCM Task Sequence Failed With Error Code 0x80070002. You might encounter a prompt Task Sequence Error while performing Operating System Deployment with SCCM Task Sequence. The error 0x80070002 means “The system cannot find the file specified”. This is often seen when the DP can’t be reached. When users proceed for […]

August 20, 2021 · 3 min read
SCCM

FIX: SCCM Task Sequence Failed to Apply Driver Package 0x80070057

Let’s see how you can FIX SCCM Task Sequence Failed to Apply Driver Package 0x80070057. You might encounter a prompt message “Failed to Apply Driver Package” while performing Operating System Deployment with SCCM Task Sequence. Do you know what is drivers, and why do you need to install drivers? Refer to the following post What are […]

August 19, 2021 · 4 min read
SCCM

Easy Guide to Deploy Wallpaper using SCCM

Let’s learn how to deploy Wallpaper using SCCM. This post to help you to learn more about the Wallpaper mechanisms handled by Windows. You can easily deploy the custom wallpaper based on your requirements with the help of this post. As a first step, you have to collect and resize the Wallpaper as per standard resolution, and […]

August 18, 2021 · 5 min read
SCCM

Available Options for SCCM Install Application Task Sequence Step

Let’s learn SCCM Install Application Task Sequence Step Options in Configuration Manager. Application deployment is one of the features many corporate organizations are using to cater to their business requirements. Applications installation from SCCM task sequence must be installed silently when you decide to install Applications during OS Deployment. The below steps added to the […]

August 17, 2021 · 4 min read