Hello,
Does anyone have the command line variables for the sophos endpoint protection installer for mac?
I wrote a bash script that curls the sophos install zip file from their servers and then installs it in the users laptop. But i am trying to accomplish is to link up the computer with Sophos to the appropriate user in the Sophos cloud portal.
Our cloud portal syncs our uses from Active Directory. Our users laptop ARE NOT bound to AD they all have local accounts that match their short name from AD.
When i run this command on the users laptop: Sophos\ Installer.app/Contents/MacOS/Sophos\ Installer --install.
Sophos installs fine but it will not add the login to the appropriate user, instead it will create a new user. For example user in Sophos Cloud name is Joe Doe email is jdoe@companyname.com. When the script is executed you will see a new user with the computers Name: jdoe-laptopmodel-tagnumber. and we are required to go in sophos cloud and add the login to to appropriate user to make sure we are licensing compliance.
It was my understanding that if i use this code the users will be added automatically in Sophos Cloud but is not working:
Sophos\ Installer.app/Contents/MacOS/Sophos\ Installer --install --user=<computername\\Username>
any ideas?
Thank you for your time.
Best,
AJ
This thread was automatically locked due to age.