Jacob Burley
05/01/2024, 9:09 PMprofiles -C -o stdout-xml
, and looks for a PayloadIdentifier
matching com.fleetdm.fleetd.config
. With Jamf custom settings, this identifier is random, so it won't match (example here).
Worth mentioning because, if I upload a completely custom profile, none of the settings configured are visible in the Jamf Console, which can be helpful for troubleshooting. Reading the plist at /Library/Managed Preferences/com.fleetdm.fleetd.config.plist
feels like it might be a bit more universal, if at all possibleJacob Burley
05/02/2024, 10:03 AMPayloadIdentifier
key usually takes the format of <preferences_domain><randomUUID>
, as the PayloadIdentifier
key is supposed to be globally unique.