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

AD synchronised groups - some pcs need a different device control policy

Hello,

we have a problem with the policy management in sophos enterprise console. We use the SEC 5.1.0.1839

We have two AD synchronised groups - notebooks and desktop. Now we would like to use the device control policy to block all usb and cd rom drives. We set this policy to the two groups notebook and desktop.

So far so good.

The problem is, if there is one device which needs a usb or cd-rom drive we have no chance to realise this with the policies.

We can not move the device in a other group (because the AD synchronisation) with a different device control policy and we can not apply the device control policy to a device.

How can we allow a pc to use the cd-rom drive or a usb stick?

It would be nice if someone can help me.

Greeting

:37491


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

    Well you could simplify it to just:

    @echo off
    IF EXIST "C:\Program Files\Sophos\AutoUpdate\ALsvc.exe" goto _End
    IF EXIST "C:\Program Files (x86)\Sophos\AutoUpdate\ALsvc.exe" goto _End
    echo needs install
    :_End

    as a test.  So on the computer that has had the software install, run the above as a batch file.  Does it echo that it needs an install or display nothing.  It's just checking that alsvc.exe exists and if so ends the batch file.

    Regards,

    Jak

    :37611
Reply
  • Hi,

    Well you could simplify it to just:

    @echo off
    IF EXIST "C:\Program Files\Sophos\AutoUpdate\ALsvc.exe" goto _End
    IF EXIST "C:\Program Files (x86)\Sophos\AutoUpdate\ALsvc.exe" goto _End
    echo needs install
    :_End

    as a test.  So on the computer that has had the software install, run the above as a batch file.  Does it echo that it needs an install or display nothing.  It's just checking that alsvc.exe exists and if so ends the batch file.

    Regards,

    Jak

    :37611
Children
No Data