Hello,
I have no MDM, I'm trying to use my deployement utility to deploy WithSecure on MacOS platform remotely. I've managed to do it with a lot of tests. My problem is related to adding the profile ID after installation and licence input.
After using : /Library/WithSecure/bin/activator --subscription-key "XXxX-XXXX-XXXX-XXXX-XXXX" ⇒ The licence activates correctly
When I use, aftewards, : /Library/WithSecure/bin/activator --profile-id 111516686
It tells me "Product is already registered" and it does nothing.
When I put the profile in the same line as the subscription key on install (/Library/WithSecure/bin/activator --subscription-key "XXxX-XXXX-XXXX-XXXX-XXXX" --profile-id 111516686, it's ok though.
I have a problem with that because when I want to uninstall remotely, I execute the "uninstall_MacProtection" script that works correctly, but I would need to change the WithSecure profile of the mac to use a profile that authorize the uninstallation of withsecure beforehand.
(When profile isn't changed, script won't work because not authorized by the profile we set)
I hope you undestand me, sorry English second language.
Have a nice day, thank you !