Monitor SCCM Task Sequence Progress

Benoit LecoursSCCM, WINDOWS 106 Comments

When deploying Windows 10 operating system using SCCM (OSD), you will need to monitor SCCM task sequence progress. This allows us to track task sequence start, end time and most importantly errors (if any). Our post will show 4 different ways to monitor SCCM task sequences. Each of them has its own benefits and drawbacks. Monitor SCCM Task Sequence Using the Console You can view the progress of a task sequence using the SCCM console. This method is simple and easy but permit to see the status of only one machine at the time. If your deployment staff don’t have access to the console or view deployment status, this option is not for you. Open the SCCM Console Go to Monitoring / Deployments Search and right-click the deployment linked to your Windows 10 task sequence On the menu, select View Status In the Deployment Status screen, select the In Progress tab for a running … Read More

Deploy Windows 2016 using SCCM Task Sequence

Benoit LecoursOSD, SCCM3 Comments

In this post, we will deploy the newly released Windows 2016 with SCCM 1606. We will describe how to create a SCCM Windows 2016 deployment task sequence and deploy it to your servers. If you’re new to operating system deployment, read the preparation of your environment post before reading this one. This task sequence will help you deploy a “vanilla” Windows 2016 using the default Install.wim from the Windows 2016 media. This means that you’ll end up with a basic Windows 2016 with the SCCM client and nothing else. You will be able to edit this task sequence later to customize it to your environment. [su_box title=”Important” style=”glass” box_color=”#000000″ title_color=”#F0F0F0″]For this post, we used SCCM 1606 with ADK 1607 on an HyperV platform[/su_box] Prepare your Operating Systems We will now import the Windows 2016 WIM file before deployment. [su_box title=”Important” style=”glass” box_color=”#000000″ title_color=”#F0F0F0″]You’ll see both Operating System Images and Operating System Upgrade Packages. One is to import .WIM files and the … Read More

SCCM Windows 10 Deployment | Prepare your Environment

Benoit LecoursSCCM, WINDOWS 1016 Comments

In the first part of this blog series on how to deploy Windows 10 with SCCM, we will prepare our environment for Windows 10. If you’re already deploying other operating systems with SCCM 1511, adding Windows 10 is just a matter of adding a new WIM (which our post covers in part 4). If you’re new to deploying operating system with SCCM, follow this post which will covers all steps needed before you can deploy your first systems. Overview SCCM Windows 10 Deployment Upgrade to SCCM 1511 Enable PXE Support Prepare your boot image Prepare your Operating Systems Create your SUG USMT Packages Upgrade to SCCM 1511 It’s possible to manage Windows 10 with SCCM 2012 but when it comes to deploying Windows 10, if you want to use the full features, you need SCCM 1511 and further. Follow our guide to upgrade your SCCM server and make sure that you … Read More

Operating System Deployment SCCM 2012 0x80070570 Error

Benoit LecoursOSD, SCCM3 Comments

During an operating system deployment using SCCM 2012, you received the error code 0x80070570 at the beginning of the Task Sequence. Numerous errors and warnings are showing in SMSTS.log : ThreadToResolveAndExecuteTaskSequence failed. Code(0x80070570) Failed to create C:\_SMSTaskSequence (1392) The TSM directories could not be created at this time (80070570) uRet == ERROR_ALREADY_EXISTS, HRESULT=80070570 (e:\nts_sccm_release\sms\framework\tscore\utils.cpp,1903) Cause The SCCM 2012 0x80070570 error is translated to : The file or directory is corrupted and unreadable. This issue is completely external to SCCM 2012. If you try to launch the Windows installation from the CDROM, you will get the same error. It’s probable that your computer has been incorrectly shutdown and Windows wants to do a check disk at the next reboot. How to fix SCCM 2012 0x80070570 Error You have 2 options to fix this error Option #1 | Chkdsk Boot the machine and let Windows complete the checkdisk process Reboot the computer and restart the Task … Read More