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
Windows 10 Deployment | SCCM Task Sequence Upgrade Windows 7 to Windows 10
In the fourth post of this blog series about Windows 10 Deployment using SCCM, we will show you how to upgrade a Windows 7 to Windows computer 10 using SCCM task sequence upgrade. The goal of an upgrade task sequence is to upgrade an existing operating system to Windows 10 without loosing any data and installed software. This post assumes that you are running SCCM 1511 or SCCM 1602 and that you completed the preparation of your environment for Windows 10. If you are running SCCM 2012 R2 SP1, the product team has release important information about SCCM task sequence upgrade that you can find in this blog post. In the past, an in-place upgrade scenario was not a reliable and popular option to deploy the latest version of Windows. With Windows 10, it’s now reliable and features an automatic rollback in case something goes wrong. This scenario can also be considered faster than the wipe and reload deployment scenarios, since … Read More
Windows 10 Deployment | Create SCCM Windows 10 Build and Capture Task Sequence
In the third post of this blog series about Windows 10 Deployment using SCCM, we will show you how to create a SCCM Windows 10 Build and Capture Task Sequence and deploy it. Complete the preparation of your environment before reading this post. You will be able to edit this task sequence later to customize it to your environment. The goal of a build and capture task sequence is to capture a reference machine OS in order to redeploy its configuration multiple time. As a best practice, we recommend not to add too much software and customization to your reference image. Rather, use the task sequence steps to customize your deployment which decrease management operation tasks in the long run. For example, if you want to include Adobe Reader to your reference image because all your users need it, do not install it on your reference machine and do your capture. Instead, … Read More
Change Windows Edition from Enterprise to Professional
Windows 10 is coming out tomorrow. You want to install the latest Windows version to have the new OS features but you found out that one of your computer is running Windows 8 Enterprise edition which is not covered by the free Windows 10 upgrade. If you don’t need the Enterprise features, you can decided to downgrade your Windows 8.1 Enterprise edition to Windows 8.1 Pro to have the free upgrade to Windows 10. This post will show you how to downgrade / change Windows edition from Enterprise to Professional in a couple of steps. This procedure works for Windows 7, 8 and 8.1 and you won’t need to reinstall your software and apps. The whole procedure should take about 30 minutes. What you need Windows 8 Pro media A valid Windows 8 Pro product key Valid backup of you data in case something goes wrong Which version can be upgraded to Windows 10 The following Windows versions can upgrade free to … Read More