How to upgrade Windows 10 21H2 using Enablement package SCCM

How to upgrade Windows 10 21H2 using Enablement package SCCM

In this post I will be sharing you the information on how to upgrade to Windows 10 21H2 using Enablement package through SCCM. Upgrading existing Operating System using Enablement Package is a simplistic approach with minimal downtime as it just enable few features on current operating system which were already present. Though Enablement package upgrades your OS like any other feature update, but it is not actually a feature update as it just activates the features which were in dormant state with previous Operating system.

(more…)

Fix issue no task sequence found for new devices

In this post I will be discussing on how to fix the issue “no task sequence found” for new devices. This is a very common error we see while trying to initiate the SCCM task sequence. Sometimes we see this error for old devices and sometimes for new devices. Let’s looking into it why it is caused.

(more…)

Change SCCM Server log file size using Configuration Manager Service Manager

In this post I will be showing how to change SCCM Server log file size using Configuration Manager Service Manager. Configuration Manager server side log files for Site servers are located under installation directory of Microsoft Configuration Manager\logs folders. If installation was done in d drive, then the location would be d:\Program Files\Microsoft Configuration Manager\Logs.

Configuration Manager creates log files for each specific component, let say mpcontrol.log which shows the health of the Management point has a component name called “SMS_MP_CONTROL_MANAGER” and each log file is assigned a specific log file size.

(more…)

Remove Quick Assist using SCCM Application Model

In this post I will show you how to remove Quick Assist using SCCM application Model. Using application model for removing the Quick Assist tool comes with the benefit of checking the compliance whether quick assist is present or not. Application model for removal also helps in enforcing the application deployment so as to make sure quick assist is always removed as part of Application Deployment Evaluation Cycle if someone has installed it again.

(more…)

SCCM application vs package deployment

In this post I will be discussing on difference between Application Model vs package deployment. What are the difference between 2 different kinds of Models to deploy software in your organization using Configuration Manager.

(more…)