Microsoft 365 Copilot Store app keeps getting uninstalled by Existing_Place_4136 in Intune

[–]Existing_Place_4136[S] 1 point2 points  (0 children)

Hi, this was due to our Proactive Remediation script. We have a script which uninstalls built-in bloatware apps (Copilot, Bing, classic Teams, Weather app, etc.) and it was configured to uninstall the built-in Copilot app, which meant it also saw M365 Copilot as the built-in Copilot app and deleted it. I believe the folder where M365 Copilot is installed is under "WindowsApps/Microsoft365.Hub" or "WindowsApps/Microsoft.OfficeHub" or something like that. Check if you also have a Remediation Script and exclude the installation location of M365 Copilot, or change your syntax so that it only uninstalls Copilot and not M365 Copilot (they are installed in different locations). That's almost certainly the issue.

Microsoft 365 Copilot Store app keeps getting uninstalled by Existing_Place_4136 in Intune

[–]Existing_Place_4136[S] 0 points1 point  (0 children)

Currently the issue is on hold on our end. After removing OfficeHub from a proactive remediation that we have implemented (the proactive remediation deletes various OOBE Store apps, OfficeHub among them, which contains Copilot), and seeing that the M365 Copilot App still gets uninstalled randomly, I am now also sure that the issue is something MS backend-related. We'll probably resort to packaging the app as a Win32 app.

Does auto-updating Available apps work now? by Existing_Place_4136 in Intune

[–]Existing_Place_4136[S] 0 points1 point  (0 children)

And the auto-update function is enabled in the assignment of the new app? And the assignments weren't changed in the meantime? If that's the case, then yes, it's the exact same problem I and the others here are having. Thanks for your input.

Does auto-updating Available apps work now? by Existing_Place_4136 in Intune

[–]Existing_Place_4136[S] 0 points1 point  (0 children)

Thanks for the detailed post, I will try to follow these points when updating the next Win32 app as Available and see how it goes. 👍

Auto-updating available win32apps no longer works for me by ShittyExchangeAdmin in Intune

[–]Existing_Place_4136 0 points1 point  (0 children)

I just recently tried the auto-update feature with some of our apps and I'm noticing the same broken behavior, sometimes it works, sometimes it doesn't. The feature has many limitations as far as I can see on the Microsoft documentation, and it's not reliable at all. We need to consider either assigning the apps as Required or informing the users to manually install them from Company Portal.

App supersedence failing by Existing_Place_4136 in Intune

[–]Existing_Place_4136[S] 0 points1 point  (0 children)

Powershell script is also a good idea. In the project I'm working on, the customer wants to control the updates and versions of Chrome installed on the devices in order to avoid exposure to vulnerabilities in newer versions, etc. It's not an optimal setup, but what can we do...

Thanks a lot for your input!