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…)

How to assign O365 license to users – multiple methods

In this post I will show you multiple methods on how to assign O365 license to users. We can assign the license using various portals such as “Microsoft 365 admin center”, “Azure Portal”, “Microsoft Endpoint Manager admin centre”. For repetitive activity, I will show you how to assign O365 license to users using PowerShell command which requires AzureAD module to be installed. Though we can use MSOnline Module as well but that is soon going to be depreciated, hence recommended module to install is AzureAD. This is not just limited to Office 365 license but any other kind of license which has been assigned to you.

(more…)