[Win32App] app workload is not switched from SCCM, skip app check in.

Written by James McDonald

August 24, 2021

Problem: Intune Win32App’s and Microsoft Edge browser will not install. AAD domain joined Computer successfully auto-enrolled for Intune management wouldn’t install the assigned Win32Apps & Microsoft Edge Browser (it did install Office and the MSI based apps)

Investigation: Looked in Log at C:\ProgramData\Microsoft\IntuneManagementExtension\Logs\IntuneManagementExtension.log found “[Win32App] app workload is not switched from SCCM, skip app check in.”

Cause: This was because I had been playing with SCCM and had the configuration manager client installed on my computer.

Resolution: Uninstall the Windows SCCM Configuration Client after which restart the IntuneManagementExtension service or reboot

Uninstall Configuration Manager Client

C:\Windows\ccmsetup\ccmsetup.exe /uninstall

Restart the Intune Management Extension

Get-Service IntuneManagementExtension | Restart-Service

0 Comments

Submit a Comment

Your email address will not be published. Required fields are marked *

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

The reCAPTCHA verification period has expired. Please reload the page.

You May Also Like…

Network speed test host to host

On Ubuntu / Debian apt-get install iperf3 On Windows download it from https://iperf.fr/iperf-download.php#windows Make...

Clear HSTS Settings in CHrome

Open chrome://net-internals/#hsts enter the domain in the query field and click Query to confirm it has HSTS settings...