Threat Report: Exposing Malware in Linux-Based Multi-Cloud Environments | Download Now

App Control: How to Uninstall Agents With 3rd Party Utilities

App Control: How to Uninstall Agents With 3rd Party Utilities

Environment

  • App Control Agent: All Supported Versions
  • Microsoft Windows: All Supported Versions

Objective

To uninstall the Agent via 3rd party utilities such as GPO, SCCM, etcetera.

Resolution

  1. Determine the GUID for the relevant Agent version(s).
  2. Verify the Global CLI Password.
  3. Create a script similar to the following:
    @echo off
    cd "C:\Program Files (x86)\Bit9\Parity Agent"
    dascli password GlobalPassword
    dascli tamperprotect 0
    dascli allowuninstall 1
    
    msiexec /x {GUIDINSERTEDHERE} /qn FORCE=1 /l*v C:\Temp\AgentUninstall.log
  4. Distribute the script to the relevant Agent(s) and confirm results.

Additional Notes

  • The brackets {} must exist around the GUID or the command won't work.
  • This document is to be used as a generic guide/method. Environmentally specific alterations or additions may need to be added depending on the 3rd party utilities.

Related Content


Labels (1)
Tags (2)
Was this article helpful? Yes No
No ratings
Article Information
Author:
Creation Date:
‎12-20-2017
Views:
8905
Contributors