This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Install Sophos Cloud Endpoint via command line OSX issues

Hi,

I need to install our Sophos Cloud Endpoint agents on every Mac we have by command line. I have found this document: www.sophos.com/.../14179.aspx

MBP-nkarwoski-E1BC:tools nickkarwoski$ pwd
/Users/nickkarwoski/Downloads/SophosInstall/Sophos Installer.app/Contents/MacOS/tools
MBP-nkarwoski-E1BC:tools nickkarwoski$ ls
com.sophos.bootstrap.helper

The directions say to Run the following command:
sudo "./Sophos Installer.app/Contents/MacOS/tools/InstallationDeployer" --install

MBP-nkarwoski-E1BC:tools nickkarwoski$ "./Sophos Installer.app/Contents/MacOS/tools/InstallationDeployer" --install
-bash: ./Sophos Installer.app/Contents/MacOS/tools/InstallationDeployer: No such file or directory

That file does not exist on my installer... is there a way to install this via the command line?



This thread was automatically locked due to age.
  • Hello NicholasKarwoski,

    I have found perhaps not the right article, I'd suggest How to deploy Sophos Cloud for Mac from the command line. (can't say if the mentioned structure/command - Sophos\ Installer instead of InstallationDeployer - is still correct as the article allegedly applies to 9.1.3)

    There's also an error in your procedure (maybe because you're not familiar with the shell):
    pwd >>> /Users/nickkarwoski/Downloads/SophosInstall/Sophos Installer.app/Contents/MacOS/tools
    the . in the command ("./Sophos Installer.app/...") refers to the current directory which has to be the one containing Sophos Installer.app (I've highlighted the path)

    Christian