microsoft / mdatp-xplat

Microsoft Defender for macOS/Linux - config samples, auxiliary tools
MIT License
195 stars 192 forks source link

Error on Intune upload : Must be a well formed XML string : Accessibility.mobileconfig #133

Closed TimD1999 closed 3 months ago

TimD1999 commented 6 months ago

When following this guide to upload the accessibility.mobileconfig file we see an error "Must be a well formed XML string"

https://learn.microsoft.com/en-us/microsoft-365/security/defender-endpoint/mac-install-with-intune?view=o365-worldwide#step-6-accessibility-settings

image
TrickyB commented 5 months ago

Trying to configure MS Endpoint for MacOS in InTune but at step 6 i'm running into the same error and i can't convert the accessiblity.mobileconfig from html to xml (at the start of the config file it states < !DOCTYPE html > which results in the error mentioned above.

TrickyB commented 5 months ago

Never mind! https://github.com/microsoft/mdatp-xplat/blob/master/macos/mobileconfig/profiles/accessibility.mobileconfig contains the proper accessibility.mobileconfig in XML format.

Thank you @Maximvelichko