Hi all,
I'm attempting to following the documentation here to edit the level of diagnostic data being sent to Microsoft. When I attempt to add the xml data to a .mobileconfig file I generated through Apple Configurator 2, it does not apply to the device (I'm assuming because my edits to the mobile config broke it). What is the proper approach to implement these preferences using JAMF Now Plus?
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>PayloadContent</key>
<array>
<dict>
<key>EmailDomains</key>
<array>
<string>reddit.com</string>
</array>
<key>PayloadDescription</key>
<string>Configures Managed Domains</string>
<key>PayloadDisplayName</key>
<string>Domains</string>
<key>PayloadIdentifier</key>
<string>com.apple.domains.8C168A32-6F35-4221-BBCA-1E4F7AA694CE</string>
<key>PayloadType</key>
<string>com.apple.domains</string>
<key>PayloadUUID</key>
<string>8C168A32-6F35-4221-BBCA-1E4F7AA694CE</string>
<key>PayloadVersion</key>
<integer>1</integer>
</dict>
</array>
<key>PayloadDisplayName</key>
<string>Test Profile</string>
<key>PayloadIdentifier</key>
<string>TestProfile</string>
<key>PayloadRemovalDisallowed</key>
<false/>
<key>PayloadType</key>
<string>Configuration</string>
<key>PayloadUUID</key>
<string>203C3BF8-0896-46A2-A3BF-DE46530A74A9</string>
<key>PayloadVersion</key>
<integer>1</integer>
<key>com.apple.managed.configuration</key>
<dict>
<key>DiagnosticDataTypePreference</key>
<string>BasicDiagnosticData</string>
</dict>
</dict>
</plist>