A. Open a JamF/MDM policy for the Carbon Black product (CBC, EDR or AppC) in the JamF console.
B. Download the policy. In JamF, Computers > Configuration Profiles > (select profile details) choose the Download option.
C. Move the mobileconfig file to any MacOS Terminal window. Remove any signature wrappers:
security cms -D -i xxx.mobileconfig > xxx-unsigned.mobileconfig
D. Format the resulting file into a XML legible file:
plutil -convert xml1 xxx-unsigned.mobileconfig
E. Run 'less xxx-unsigned.mobileconfig' to view the extra characters. Below is an example of invalid characters that do not appear in the console. The hidden characters can cause the profile to fail. (The example below depicts an EDR profile with hidden, invalid characters)