I recently upgraded to Sophos Central at the school where I am an IT Technician. Running the Sophossetup.exe program to install the Endpoint software worked fine on Windows 10 clients, but failed on all Windows 7 clients. Running the migration tool on the server to upgrade from Sophos Enterprise Console had a similar result - all Windows 7 clients failed. Looking at the logs it was evident that the Windows 10 clients were using the winhttp proxy settings already existing on the clients and were using this to create a link to the downloads.sophos.com site correctly. On Windows 7 clients the winhhtp proxy settings were being ignored and the Sophossetup.exe program was trying to create a connection without using the proxy and failing. So I tried to run 'Sophossetup.exe /?' to see if it would tell me of any command line options which I could use. Having found these I then ran the command 'sophossetup --proxyaddress=proxy.luton.ifl.net:8080' which completed the installation of the endpoint software without a hitch. Having got this far, I created a script to automatically check when users log in whether Sophos Endpoint was already installed, and if not to install the Sophos Endpoint software using this command line. So I have got round the problem, but I would like to ask why the Sophossetup.exe program ignores winhttp proxy settings which already exist on Windows 7 clients?
This thread was automatically locked due to age.