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
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]
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]
Thank you. I missed that somehow.
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.