I have only two machines out of my fleet of 1500+ computers that refuse to accept configurations. They will take policies but not configurations (e.i wireless profile) I tried the MDM fix by running
#!/bin/sh
jamf removeMDMProfile
rm -rf /var/db/ConfigurationProfiles
sleep 20
jamf mdm
sleep 20
jamf manage
This has been unsuccessful. However, I don't know if it is related but both of these machines were cloned from the users old machines because they had broken them. I don't know what else to do in order to get these machines to accept configurations from the jamf server. I have searched diligently for solutions and aside from running a jamf removeFramework I haven't come across anything that has worked.
Thank you in advance.