Lumu Defender?

gcarmichael
New Contributor III

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 REPLIES 2

_Daley
New Contributor II

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]

 

gcarmichael
New Contributor III

Thank you. I missed that somehow.