We’re launching free support for BYOD Android devices and looking for early feedback. Interested?
Guillaume Ross
Checks that the operating system is up to date.
Use the policy below to verify:
SELECT 1 FROM os_version WHERE version >= '14.1.1';
version=$(sw_vers -productVersion); [ "$(printf '%s\n' "$version" "14.1.1" | sort -V | head -n1)" = "14.1.1" ] && echo 1 || echo 0
Get started with Fleet