Fleet’s built-in queries for collecting and storing important device information.
Apple
Linux
Windows
ChromeOS
MDM configuration profiles
Retrieves information about mobile device management (MDM) configuration profiles installed on a macOS device.
SELECT
display_name, identifier, install_date
FROM macos_profiles
WHERE type = "Configuration"
This query uses the macos_profiles
data table. Learn more
Vitals