Hey there @StuinGermany ,
I’m going to ping one of our product specialists @coscooper - he may have some kind of answer for you!
@StuinGermany the SUDO command strings will vary based upon agent version. Last year was a bit messy with Apple changing where Daemon and content was built in the binary. Here’s a reference that may help.
Old Agents prior to 9.0.1.x
sudo /usr/local/bin/WSDaemon
For versions 9.0.1.31 and newer use this string:
sudo /Applications/Webroot\ SecureAnywhere.app/Contents/MacOS/WSDaemon
To Force Poll on version 9.1.3 or higher, use this string:
sudo /Applications/Webroot\ SecureAnywhere.app/Contents/MacOS/WSDaemon.app/Contents/MacOS/WSDaemon
Hope that helps.
Hi @coscooper
Many thanks for the reply, however I am fairly new to apple scripting, I ran the script below,
% sudo "/Applications/Webroot\ SecureAnywhere.app/Contents/MacOS/WSDaemon.app/Contents/MacOS/WSDaemon" install -keycode=xxx-xxx-xxx-xxx -silent
Password:
sudo: /Applications/Webroot\ SecureAnywhere.app/Contents/MacOS/WSDaemon.app/Contents/MacOS/WSDaemon: command not found
disadmin@M004 ~ %
I am confused as I had pointed to the install keycode but is still saying command not found, can you advise?