Deploying System Extensions Catalina + Beyond May 19, 2022Posted inApple, macOSTags: 10.15 - macOS Catalina, System Extensions
systemextensionsctl March 9, 2022Posted inSoftwareTags: Jamf Extension Attribute, System Extensions Search for 0 Loaded System Extensions #!/bin/bash result=$( systemextensionsctl list | grep '0 extension(s)' ) echo "<result>$result</result>" exit 0