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

Scripted push of the "Comply with Policy" task

I have several humdered machines on site that state they are "Differs from Policy" this is because of a change to the AV policy since the build of the "Gold Image", I can, from the Sophos Enterprise Console, select all machines with the Differs from Policy issue and Right-Click and "Comply with AV/HIPS Policy", however I would like this to be an automated process once an hour.

i.e. a winodws scheduled task on the sophos sec server that communicates with the Management Server and perfoms the "comply with " RMS message

Can you Help?

:22747


This thread was automatically locked due to age.
Parents
  • Had a same problem on citrix. after reading multiple articles i have found a solution.

    Computer GPO > scheduled task

      

    .bat script 

    cd "C:\ProgramData\Sophos\Remote Management System\3\Agent\AdapterStorage\SAV\"
    del * /q
    net stop "Sophos Agent"
    net start "Sophos Agent

Reply
  • Had a same problem on citrix. after reading multiple articles i have found a solution.

    Computer GPO > scheduled task

      

    .bat script 

    cd "C:\ProgramData\Sophos\Remote Management System\3\Agent\AdapterStorage\SAV\"
    del * /q
    net stop "Sophos Agent"
    net start "Sophos Agent

Children
No Data