Endpoint Protection

 View Only
  • 1.  remotely uninstall SEP

    Posted Oct 31, 2011 10:28 AM
    HI

    I need help!

    had a command line to uninstall SEP 11 client remotely, but I lost.
    Anyone know the uninstall command?

    thank you very much for the help


  • 2.  RE: remotely uninstall SEP

    Posted Oct 31, 2011 11:01 AM

    Hello,

    This Connect thread should help you.

    https://www-secure.symantec.com/connect/forums/uninstall-client-remotely



  • 3.  RE: remotely uninstall SEP

    Posted Nov 11, 2011 01:16 AM

    Hi Jodrestr

    Please folow  procedure below it will help you out.

     


    To uninstall the Symantec Endpoint client using comand line:
    1. Log on the system with administrator rights.
    2. Find the Symantec Endpoint Protection uninstallation product key:
    3. Click Start, then Run.
    4. Type regedit to open the Windows reistry editor.
    5. Navigate toHKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
    6. Browse the Uninstall sub keys in the left-hand pane, check the values in the right-hand pane to find a value for DisplayName thatis Symantec Endpoint Protection.
    7. Copy the uninstallation key. 
      For example the key for Symantec Endpoint Protection Version 11.0.776.1100 is 3B98507E-8B81-43EE-A77D-9C3E90EC3E2F
    8. Click Start, then Run.
    9. Type cmd to open the Windows command prompt.
    10. At the Windows command prompt type:
      msiexec /X {product uninstall key}
      For Example: msiexec.exe /x {3B98507E-8B81-43EE-A77D-9C3E90EC3E2F} /passive

      To generate a detailed uninstall log type:
      msiexec /X {product uninstall key} /I*v! log file path
      Example: msiexec /x {3B98507E-8B81-43EE-A77D-9C3E90EC3E2F} /lv!* c:\uninstallSEP.txt


     If the MSI uninstall has stopped responding:
    1. Click Start, then Run.
    2. Type taskmgr
    3. Click the Processes tab.
    4. Click End Process for all of the running windows installer processes by: Right-clicking on msiexec.exe then clicking End Process.
    5. Repeat this task for each instance of "msiexec.exe" listed.

    Regards

    Sayan



  • 4.  RE: remotely uninstall SEP

    Posted Nov 11, 2011 04:55 AM

    If you have Active Directory in your Network then you can go through Group Policy