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

Sophos Default group

Hi All,

I'm trying to see if there is a way my computers can automatically goto a group I created in the Console instead of "Unassigned"

I followed these steps to prepare the image

How to prepare Endpoint Security and Control for inclusion in a disk image

Everything works fine. Sophos installs automatically after I deploy the image. The problem is that the new computer I image falls under "Unassigned Group" and I have to manually move that computer to the group I want.

New computer is not able to pickup the firewall Policy and because of it, I'm not able to join to the domain or browser to any local servers until I move it to group which has firewall policies applied. Is there a way to fix this issue or is there a better way to install Sophos Endpoint after I deploy the image?

Thanks

:56155


This thread was automatically locked due to age.
Parents
  • Hi Christian,

    I'd like to deploy using a script but I only want to install this on windows 7 64bit machines and rest ignore. Will this script work below?

    @ECHO OFF

    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 --- Deploy to Windows Windows7
    \\SERVER\SophosUpdate\CIDs\Sxxx\SAVSCFXP\Setup.exe -updp "\\SERVER\SophosUpdate\CIDs\Sxxx\SAVSCFXP" -user USER -pwd PWD -mng yes
    REM --- End of the script
    :_End

    :56648
Reply
  • Hi Christian,

    I'd like to deploy using a script but I only want to install this on windows 7 64bit machines and rest ignore. Will this script work below?

    @ECHO OFF

    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 --- Deploy to Windows Windows7
    \\SERVER\SophosUpdate\CIDs\Sxxx\SAVSCFXP\Setup.exe -updp "\\SERVER\SophosUpdate\CIDs\Sxxx\SAVSCFXP" -user USER -pwd PWD -mng yes
    REM --- End of the script
    :_End

    :56648
Children
No Data