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

Deploy Sophos Central endpoint with PDQ Inventory

Has anyone successfully used PDQ Inventory to deploy Sophos Central anti-virus endpoint?

I've created a package, added the .exe file, and added the /S switch for silent install, but it isn't installing. The install takes 10 minutes when run manually, but my package just says running and doesn't progress.

Thanks,

Dan



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

    I try to uninstall Sophos with PowerShell scripts in suggested order:

    Sophos Remote Management System

    Sophos Anti-Virus

    Sophos AutoUpdate

    Sophos Endpoint Defense

    with: Get-CimInstance -Classname Win32_Product | Where-Object Name -Like 'Sophos Anti-Virus' | Invoke-CimMethod -MethodName UnInstall

    I used this script for all components changing component name in script, and it works besides Sophos Endpoint Defense, it is not uninstalling this component and what strange I can't even stop service: Sophos Endpoint Defense Service in services.

    Also Sophos Endpoint Defense is visable in Programs but not when PowerShell using: get-wmiobject Win32_Product.

    Any suggestion how to disabled this service and uninstall last one component of Sophos?

  • You will need to disable Tamper Protection on the endpoint first