question

Pawels-3977 avatar image
0 Votes"
Pawels-3977 asked SimonRenMSFT-3639 edited

Intune Edge Configuration for Android

Hi,

I'm trying to create configuration for Edge on Android. I have created following JSON config. It is accepted by console but it does not work and when I come back to the policy it looks like on the screenshot. I do not have this problem when creating exact same policy for iOS. Is Edge configuration on iOS really that poor?



 {
     "kind": "androidenterprise#managedConfiguration",
     "productId": "app:com.microsoft.emmx",
     "managedProperty": [
  {
             "key": "com.microsoft.intune.mam.AllowedAccountUPNs",
             "valueString": "{<!-- -->{UserPrincipalName}}"
         },
    
         {
             "key": "IntuneMAMUPN",
             "valueString": "{<!-- -->{UserPrincipalName}}"
         },
  {
             "key": "com.microsoft.intune.mam.managedbrowser.NewTabPage.BrandLogo",
             "valueBool": true
         },
  {
             "key": "com.microsoft.intune.mam.managedbrowser.NewTabPage.BrandColor",
             "valueBool": true
         },
  {
             "key": "com.microsoft.intune.mam.managedbrowser.managedTopSites",
             "valueString": "WebsiteName|https://urlwebsite.com"
         },
  {
             "key": "com.microsoft.intune.mam.managedbrowser.disabledFeatures",
             "valueString": "password"
         }
    
    
     ]
 }


114457-ss.jpg



mem-intune-generalmem-intune-application-management
ss.jpg (41.1 KiB)
· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Hi,

Thanks for posting in Microsoft Q&A forum.

Per my experience, it seems to be a known issue, it's recommended to submit a case with Microsoft to double confirm and get better support:
https://docs.microsoft.com/en-us/mem/get-support

Best regards,
Simon


0 Votes 0 ·

0 Answers