-
Notifications
You must be signed in to change notification settings - Fork 21
Kandji
For initial deployment of Escrow Buddy, Iru (formerly known as Kandji) administrators can follow this template:
Ensure the Escrow Recovery Keys to Iru option is enabled. See this KB article for details.
NOTE: Enabling this option will present a FileVault Recovery Key "action" in the Iru menu item. Users can either log out and let Escrow Buddy generate a new key silently upon next login, or they can follow the prompt in the Iru menu to generate a new key by providing their password. Either way, the result will be the same: the new key will be escrowed to Iru.
This library item installs Escrow Buddy.
-
Custom App Name: Escrow Buddy
-
Assignment Rules: One or more Mac blueprints
-
Execution Frequency: Audit and enforce
-
Audit Script:
#!/bin/bash BUNDLE_PATH="/Library/Security/SecurityAgentPlugins/Escrow Buddy.bundle" [[ -d "$BUNDLE_PATH" ]] || exit 1
-
-
Package: Latest Escrow Buddy package downloaded from this page
-
Restart after successful install: No
See this Iru KB for details.
Some macOS updates and upgrades reset the authorization database to its default state, which will deactivate Escrow Buddy and prevent FileVault key generation upon next login. See the FAQ page for details.
To resolve this with Iru, you can use the following:
Note
HELP WANTED: If you're an Iru admin, please consider contributing to this section. The ideal solution would be an audit script that detects authdb status, and a remediation script that re-runs AuthDBSetup.sh if needed.
To uninstall Escrow Buddy using Iru, you can use a once-per-computer Library Item with the uninstall script here attached.
Note
HELP WANTED: If you're an Iru admin, please consider contributing to this section.
This blog post provides a method of triggering kandji update-mdm immediately after new FileVault keys are generated and ready to escrow.
Note
HELP WANTED: If you're an Iru admin, please consider contributing to this section.
Note
HELP WANTED: If you're an Iru admin, please consider contributing to this section.