offbyone 10 Posted July 11, 2020 Posted July 11, 2020 If you set a password to protect client GUI this also requires a password for uninstall. Is there a way to uninstall the client from command line unattended then? We found that from command line you can uninstall the agent even if a password is set but this fails for AV. Would be nice if password check would be skipped altogether if uninstall is done from SYSTEM account.
Administrators Marcos 5,462 Posted July 11, 2020 Administrators Posted July 11, 2020 It's not supported for security reasons. Otherwise malware or attackers could remove AV protection easily.
offbyone 10 Posted July 11, 2020 Author Posted July 11, 2020 2 minutes ago, Marcos said: It's not supported for security reasons. Otherwise malware or attackers could remove AV protection easily. But the same is true if I don't set a password altogether. So we only want to protect the GUI for changes but not from uninstalling (which requires admin privileges anyway). We really much like how this was solved in the solution we used previously. There were two check boxes. "Password required for accessing GUI" and "password required for uninstall" Is it possible to pass the password as parameter to the uninstall command as last resort?
Administrators Marcos 5,462 Posted July 11, 2020 Administrators Posted July 11, 2020 It's possible to use the PASSWORD="%password%" parameter (https://help.eset.com/era/53/en-US/idh_ra_remoteinst_commandline.html) from the command-line. offbyone 1
offbyone 10 Posted July 11, 2020 Author Posted July 11, 2020 Just checked and this works. Thanks for the hint.
Recommended Posts