Posted on 10-01-2024 08:41 PM
Is anyone using Lumu Defender as an addition to your security stack? They are trying to integrate with Jamf Protect at the moment but thats not why I'm asking for help. I am trying to automate the install process, and get as far as getting to the point where it wants an activation code to tie it back to our cloud instance for definitions/signatures etc with out having to have our end users (student or staff) copy paste it into the pop up box. At the moment its a rather somewhat complicated Automator workflow as when I tried doing the install with Composer, I cant seem to get it to install properly. Looking for ideas if anyone is using them. Thanks
Posted on 10-02-2024 05:54 AM
Looking through their documentation, it seems like you should be able to install with the following command:
sudo installer -package path_to_package_file.pkg -target /
Then activate it with (replace your instances code):
"/Applications/Lumu Agent.app/Contents/MacOS/lumuagentctl" activation_code [ActivationCode]
Posted on 10-02-2024 09:05 AM
Thank you. I missed that somehow.