Forum Discussion
NickD_DG
Mar 21, 2024Copper Contributor
Disable - Copilot for Office (365) in Android
I have successfully disabled copilot in Office (365) for iOS devices via app config,. Does the same key work for android as iOS? I have tried the JSON tool with no success.
SebastiaanSmits
Mar 22, 2024Steel Contributor
Just to be sure, you tried this key?: https://learn.microsoft.com/en-us/mem/intune/apps/manage-microsoft-office#copilot-with-commercial-data-protection
I see similar request and it looks like this not possible but I find thisstrange: https://www.reddit.com/r/Intune/comments/1agk97n/microsoft_365_office_mobile_app_copilot_removal/
Could you share you JSON so we can have look?
I see similar request and it looks like this not possible but I find thisstrange: https://www.reddit.com/r/Intune/comments/1agk97n/microsoft_365_office_mobile_app_copilot_removal/
Could you share you JSON so we can have look?
- NickD_DGMar 22, 2024Copper ContributorThanks for the response!
Yes that is the exact key I used for iOS in the config manager. Attempted to add it to the json for Android, saved it and refresh the and the entry automatically is removed. Android json is below. Have tried managed devices and apps from scratch with the exact same result with the key being removed.
{
"kind": "androidenterprise#managedConfiguration",
"productId": "app:com.microsoft.office.officehubrow",
"managedProperty": [
{
"key": "com.microsoft.intune.mam.AllowedAccountUPNs",
"valueString": ""
},
{
"key": "com.microsoft.office.NotesCreationEnabled",
"valueBool": true
},
{
"key": "com.microsoft.office.officemobile.TeamsApps.IsAllowed",
"valueBool": true
}
]