07-05-2023 11:52 AM
We had to deploy the Cortex XDR App using Apple Business Manager. Because we have a VPP token connected from ABM to Intune, once this was added to ABM, the App synced with Intune and from there I was able to create an App Configuration Policy in Intune with the following XML file:
<dict>
<key>distributionId</key>
<string>***Place your distributionID here***</string>
<key>mdmVendor</key>
<string>Intune</string>
<key>udid</key>
<string>{{UDID}}</string>
<key>serialNumber</key>
<string>{{SERIALNUMBER}}</string>
<key>username</key>
<string>{{partialupn}}</string>
<key>fullName</key>
<string>{{FULLNAME}}</string>
</dict>