Data Loss Prevention

 View Only
  • 1.  dlp agent from laptop

    Posted Jun 20, 2014 03:10 AM

    Laptop is in stock, How to delete the dlp agent from Laptop?



  • 2.  RE: dlp agent from laptop
    Best Answer

    Posted Jun 20, 2014 03:26 AM

    Check this thread

    https://www-secure.symantec.com/connect/forums/remove-dlp

    https://www-secure.symantec.com/connect/forums/symantec-dlp-agent-uninstallation

    edit

    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 from laptop

    Posted Jun 20, 2014 09:01 AM

    When you want to uninstall a Symantec DLP Agent that is password protected, you must enter the correct password before the uninstallation continues. If you uninstall your agents manually, a pop-up window appears on the endpoint computer that requests the password. You must enter the password in this window.

    If you are using a software management system, include the password parameter in the command string.
    If you want to uninstall a group of agents, specify the uninstallation password in the agent uninstallation command line.

    To enter the uninstallation password using a command line

    ◆ Enter the following parameter in the uninstallation command line;

    UNINSTALLPASSWORD="<password>" where <password> is the password that you specified in the password generator.

    An agent command line looks like the following example:

    msiexec /uninstall ? <product code> /q UNINSTALLPASSWORD="<password>"