2 weeks ago
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
2 weeks ago
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]
2 weeks ago
Thank you. I missed that somehow.