Data Loss Prevention

 View Only
  • 1.  DLP agent unistall password

    Posted Oct 05, 2011 07:16 PM

    Hi all,

    Do you know if i can set an uninstall password for the DLP Agent???

    Any comment will be apreciate.

    Regards,

     

     



  • 2.  RE: DLP agent unistall password

    Broadcom Employee
    Posted Oct 05, 2011 09:45 PM

    A new feature for DLP 11.1 is the option to configure an Endpoint Agent uninstall password.

    The UninstallPwdKeyGenerator.exe creates an uninstall password key which is used within Install_Agent.bat.

    The UninstallPwdKeyGenerator.exe is included with the 11.1 Agent Tools. This tool is used to generate the value you use for UNINSTALLPASSWORDKEY within the Install_Agent.bat file.

    The tool must be in the same directory as PGPsdk.dll. 

    The following is an example of how to create a key hash to use for the UNINSTALLPASSWORDKEY value.

    UninstallPwdKeyGenerator.exe -xp=the-password-you-want-to-require-for-uninstalling-edpa

    example output of tool: 8D98A265FFFC7C42CD4860AAE01DB23D957F8F9E

    example format to use in Install_Agent.bat UNINSTALLPASSWORDKEY="8D98A265FFFC7C42CD4860AAE01DB23D957F8F9E"

    example format to use with Uninstall_Agent.bat UNINSTALLPASSWORD="the-password-you-want-to-require-for-uninstalling-edpa"



  • 3.  RE: DLP agent unistall password

    Posted Nov 14, 2011 04:49 AM

    I didn't use UninstallPwdGenerator.exe, I just put it in the install_agent.bat UNINSTALLPASSWORD="password".

     

    I know it is impossible to put it in the new password.

    There is only re-install the DLP agent.

    But when I tried to uninstall, DLP agent keep ask me the password.

     

    Does anyone knows how to uninstall the DLP agent??



  • 4.  RE: DLP agent unistall password

    Posted Nov 15, 2011 02:10 PM

    you can do it the hard way ... stop/remove the services from Windows, then you could remove the directory, then you could reinstall the agent ... teh new configuration should overwrite all registry keys. I used the command "sc delete edpa && sc delete wdp"

    I've done this as a test with version 10.0.

     

    Regards



  • 5.  RE: DLP agent unistall password

    Posted Jan 12, 2012 07:02 AM

    UninstallPwdKeyGenerator.exe utility should be run on the Enforce server.



  • 6.  RE: DLP agent unistall password

    Posted Jan 28, 2012 04:33 AM

    Good, I was searching a solution for uninstalling password. I got it now



  • 7.  RE: DLP agent unistall password