Data Loss Prevention

 View Only
  • 1.  Installing DLP agent with SCCM

    Trusted Advisor
    Posted Mar 19, 2015 03:42 PM

    Has anyone gotten the DLP agent to install reliably with SCCM?

    Can you please provide all of the settings you have used as well as what the bacth file looks like.


    Thanks!



  • 2.  RE: Installing DLP agent with SCCM

    Posted Sep 14, 2015 03:25 AM

    We use an .mst file to do it :

    msiexec /i AgentInstall64.msi /q INSTALLDIR="xxxxx"

    ENDPOINTSERVER="XXXX:10443" TOOLS_KEY="xxxxx"

    UNINSTALLPASSWORDKEY="xxxx"

    SERVICENAME="EDPA" WATCHDOGNAME="WDP" ARPSYSTEMCOMPONENT="1" ENDPOINT_CERTIFICATE="xxxxx.pem"

    ENDPOINT_PRIVATEKEY="xxxxxx.pem" ENDPOINT_PRIVATEKEY_PASSWORD="xxxxx"

    ENDPOINT_TRUSTSTORE="xxxxx.pem" LOGDETAILS="Yes" /L*v %SystemDrive%\installAgent.log



  • 3.  RE: Installing DLP agent with SCCM

    Trusted Advisor
    Posted Sep 16, 2015 05:11 PM

    Thomas,

    I am not looking for what is in the install file..that is easy

     

    I am looking for the actual settings in SCCM to deploy the agent

     

    Ronak