Forum Discussion
Using EnterpriseExtFileSystem CSP to Deliver File to Windows 10 Mobile Device
- Jul 24, 2020
I was finally able to get it to work. I changed the .txt file containing the Base64 encoded data to a .bin file and uploaded that under the Base64(File) data type. The file delivered and was converted back to the plain text where the device could read the scanner settings. I would like to thank you for talking this through with me! Much Appreciated!
Hey _PRyan,
Intune doesn't allow you to use the SyncML XML to configure something. Intune does only allow OMA-URI and data value specified in integer, string, xml, ...
This is different from Airwatch which allows you to specify the SyncML xml. Intune does not allow the raw SyncML xml to be used directly. So, my assumption would be to map the datatype as best as possible, just use the base64 for the data field, but as you said you have already tried this one and it didn't work. Based on this test result, I don't see any real chance to configure it in the Intune portal. You can't specify the datatype octet-stream and base64 by yourself, like you do when using the SyncML xml in Airwatch.
Lastly, to get confirmation from MS about this assumption you could open a support request in the Intune portal.
best,
Oliver