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

ExportConfig

Hello:

How can I export Sophos Live Protection & Web Protection & Right Click Scanning settings with ExportConfig?

Thank you,

:3974


This thread was automatically locked due to age.
  • You cannot export right-click scanning.  You can export live and web protection in the SAV policy...

    Using: Enterprise Console: using ExportConfig.exe to create XML configuration files...

    C:\Program Files\Sophos\Enterprise Console>exportconfig -type SAV -output savconf.xml

    Right at the bottom of the savconf.xml is this section...

    - <webFiltering>
      <enabled>true</enabled> 
      <approvedSites /> 
      </webFiltering>
    - <detectionFeedback>
      <sendData>true</sendData> 
      <sendFiles>false</sendFiles> 
      </detectionFeedback>
      </config>

    enabled = "true" means you're blocking websites

    sendData = "true" means Live Protection is on (you're phoning home and checking the latest thoughts on the file)

    sendFiles = "true" means you're allowing a sample to be sent

    :3977