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

Endpoint installation via Group Policy

Hi all,

I've tried using the Enterprise console for deploying the agent (using 'Protection') with no luck on multiple PCs

1) It's just not working. I'm also not able to disable UAC from our computers which could be the problem

2) When I attempt to deploy from console there is no 'status' of the running task. Am I missing an option here as I would assume that you would be able to see the status of any running tasks success/failure etc

Is there an option for me to package an installation? I.E. create the settings I want and deploy it using my software of choice (either Group Policy or Dell KACE will be used). This would seem to be the easiest option.

Thanks for your help

:25363


This thread was automatically locked due to age.
Parents
  • Thanks for the reply Jak,

    I can see that Consoe 5.1 removes the need for turning off UAC but you still need to enable the remote registry service which I'm not completely comfortable with.

    I found the command line switches which I created a batch file from.

    http://www.sophos.com/en-us/support/knowledgebase/12570.aspx

    The file runs and installs the client on my test machine. The updating fails though and when I right click on the tray icon the option 'Open Sophos End Security and Control' is greyed out. Have you come accross any similar problems before?

    Thanks for your help.

    The batch file (server name replaced):

    @ECHO OFF
     REM --- Check for an existing installation of Sophos AutoUpdate on 32-bit (the 'Sophos AutoUpdate Service' process)
     IF EXIST "C:\Program Files\Sophos\AutoUpdate\ALsvc.exe" goto _End
     REM --- Check for an existing installation of Sophos AutoUpdate on 64-bit (the 'Sophos AutoUpdate Service' process)
     IF EXIST "C:\Program Files (x86)\Sophos\AutoUpdate\ALSVC.exe" goto _End
     REM --- Check for an existing installation of Sophos Anti-Virus on 2003/XP (the SAV adapter config file)
     IF EXIST "C:\Documents and Settings\All Users\Application Data\Sophos\Remote Management System\3\Agent\AdapterStorage\SAV\SAVAdapterConfig" goto _End
     REM --- Check for an existing installation of Sophos Anti-Virus on Vista+ (the SAV adapter config file)
     IF EXIST "C:\ProgramData\Sophos\Remote Management System\3\Agent\AdapterStorage\SAV\SAVAdapterConfig" goto _End
     REM --- Deploy to Windows 2000/XP/2003/Vista/Windows7/2008/2008-R2
     \\SERVER\SophosUpdate\CIDs\S000\SAVSCFXP\Setup.exe -updp "\\SERVER\SophosUpdate" -ouser BwjJTXqVrS1xW2IPxhBhHCRk4xRx2cCVnw4= -opwd BwgLQqg8DPgT3tnb4iu3ig/hXFZY1MtYPVE= -mng yes -scf - CRT -R -s
     REM --- End of the script
    pause
     :_End

    :25411
Reply
  • Thanks for the reply Jak,

    I can see that Consoe 5.1 removes the need for turning off UAC but you still need to enable the remote registry service which I'm not completely comfortable with.

    I found the command line switches which I created a batch file from.

    http://www.sophos.com/en-us/support/knowledgebase/12570.aspx

    The file runs and installs the client on my test machine. The updating fails though and when I right click on the tray icon the option 'Open Sophos End Security and Control' is greyed out. Have you come accross any similar problems before?

    Thanks for your help.

    The batch file (server name replaced):

    @ECHO OFF
     REM --- Check for an existing installation of Sophos AutoUpdate on 32-bit (the 'Sophos AutoUpdate Service' process)
     IF EXIST "C:\Program Files\Sophos\AutoUpdate\ALsvc.exe" goto _End
     REM --- Check for an existing installation of Sophos AutoUpdate on 64-bit (the 'Sophos AutoUpdate Service' process)
     IF EXIST "C:\Program Files (x86)\Sophos\AutoUpdate\ALSVC.exe" goto _End
     REM --- Check for an existing installation of Sophos Anti-Virus on 2003/XP (the SAV adapter config file)
     IF EXIST "C:\Documents and Settings\All Users\Application Data\Sophos\Remote Management System\3\Agent\AdapterStorage\SAV\SAVAdapterConfig" goto _End
     REM --- Check for an existing installation of Sophos Anti-Virus on Vista+ (the SAV adapter config file)
     IF EXIST "C:\ProgramData\Sophos\Remote Management System\3\Agent\AdapterStorage\SAV\SAVAdapterConfig" goto _End
     REM --- Deploy to Windows 2000/XP/2003/Vista/Windows7/2008/2008-R2
     \\SERVER\SophosUpdate\CIDs\S000\SAVSCFXP\Setup.exe -updp "\\SERVER\SophosUpdate" -ouser BwjJTXqVrS1xW2IPxhBhHCRk4xRx2cCVnw4= -opwd BwgLQqg8DPgT3tnb4iu3ig/hXFZY1MtYPVE= -mng yes -scf - CRT -R -s
     REM --- End of the script
    pause
     :_End

    :25411
Children
No Data