arnabmitra Hello, in our situation Microsoft 365 Apps is deployed during Autopilot with Microsoft 365 Apps of Intune. The OfficeMgmtCOM is not configured in the installation XML but we configure the configuration profile you mentioned before to enable the component OfficeMgmtCOM.
I also tried to add the value OfficeMgmtCOM at True in :
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\ClickToRun\Configuration
and
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\office\16.0\common\officeupdate
But in SCCM UpdatesDeployment logs I see :
CEvalO365ManagementTask::Execute() UpdatesDeploymentAgent 11/01/2021 18:11:24 8976 (0x2310)
Reading CoManagementFlags ccm registry key. UpdatesDeploymentAgent 11/01/2021 18:11:24 8976 (0x2310)
Verifying if workload 128 is enabled in workloadFlags 239 UpdatesDeploymentAgent 11/01/2021 18:11:24 8976 (0x2310)
Result of & operation is 128 UpdatesDeploymentAgent 11/01/2021 18:11:24 8976 (0x2310)
Feature flag is ON, device should be managed by MDM. UpdatesDeploymentAgent 11/01/2021 18:11:24 8976 (0x2310)
OnO365ManageOptionChange - Turning off to disable CCM to manage O365 client updates. UpdatesDeploymentAgent 11/01/2021 18:11:24 8976 (0x2310)
SwitchO365Management - bIsManagedByCCM = [true], bIsTurnOn = [false], need to switch. UpdatesDeploymentAgent 11/01/2021 18:11:24 8976 (0x2310)
Turning off to disable CCM to manage O365 updates... UpdatesDeploymentAgent 11/01/2021 18:11:24 8976 (0x2310)
Stopped the service 'ClickToRunSvc' successfully UpdatesDeploymentAgent 11/01/2021 18:11:25 8976 (0x2310)
EvaluateO365Management - SwitchO365Management (off) returned with 0x0 UpdatesDeploymentAgent 11/01/2021 18:11:25 8976 (0x2310)
And it doesn't works, could you help ?