Archive
Archive for September, 2018
Phantom groups, MySQL queries and Jamf Pro 10.7
September 19, 2018
2 comments
On September 13th, Jamf released a new KBase article for Jamf Pro customers who hosted Jamf Pro themselves instead of hosting in Jamf Cloud:
On-Prem Jamf Pro Customers Upgrading to 10.7.0: https://www.jamf.com/jamf-nation/articles/552/on-prem-jamf-pro-customers-upgrading-to-10-7-0
In the KBase article, Jamf provides a couple of MySQL commands to run:
select computer_group_id,criteria,criteria_display from smart_computer_group_criteria where criteria not in (select computer_group_name from computer_groups) and search_field="Computer Group";
select computer_group_id,criteria,criteria_display from smart_computer_group_criteria where binary criteria not in (select binary computer_group_name from computer_groups) and search_field="Computer Group";
If either query returned data, the KBase directs you to contact Jamf Support. This was my output:
What had happened? For more details, please see below the jump.
Categories: AutoPkg, Jamf Pro, JSSImporter
Recent Comments