Posted on 05-05-2023 09:47 AM
Oops! I deleted a computer from Jamf Pro by mistake. The computer is still being used (I thought it was out of service). What do I do to get it back into Jamf and managed? I tried to manually enroll it but the MDM Profile that gets downloaded to the machine isn't fails to install ("New profile does not meet criteria to replace existing profile.")
Help!
Thanks!
--Jeff
Solved! Go to Solution.
Posted on 05-05-2023 09:57 AM
How was the computer originally enrolled? If it was enrolled via Automated Device Enrollment, you won't be able to just run user enrollment. Try going in to terminal and running the command:
sudo profiles renew -type=enrollment
That should start the re-enrollment.
Posted on 05-05-2023 09:57 AM
How was the computer originally enrolled? If it was enrolled via Automated Device Enrollment, you won't be able to just run user enrollment. Try going in to terminal and running the command:
sudo profiles renew -type=enrollment
That should start the re-enrollment.
Posted on 05-05-2023 10:05 AM
So simple - thank you!!!