Introduction
It is possible to deploy and manage LucidLink installations on macOS via an MDM solution. In this guide, we will look at the steps necessary to deploy the Filespace Key (or .fskey) using Kandji.
Workflow Overview
- Create a Custom App and upload a zipped version of the .fskey
- Assign the Custom App to a Blueprint or make it available in Self Service
Custom App Setup
- Navigate to Library > Add New > Custom App > Add & Configure
- Complete the following items:
- Custom App Name: LucidLink Filespace Keys
- Give the Custom App an Assignment of one or many Blueprints.
-
Execution Frequency: We recommend setting Audit and enforce, so that the .fskey can be deployed ongoing to new macOS users too. Kandji will periodically check-in and run the audit script to decide if the .fskey needs to be deployed.
-
Choose Package Type: Choose Zip
-
Upload Installer: Attach the compressed .fskey .zip here
- Copy and paste all 3 attached scripts (Audit, Preinstall and Postinstall) to their relevant sections.
- In the Audit script, you must change the "fskey" variable to match your Filespace key filename.
- Save the Custom App.
References
Kandji documentation
Custom Apps: https://support.kandji.io/support/solutions/articles/72000559807-adding-custom-apps-to-your-library
Kandji KB: https://support.kandji.io/support/solutions
Related to
- audit.sh3 KB
- preinstall.sh54 Bytes
- postinstall.sh4 KB