Uninstall SEP 11.x and 12.x
Created: 19 Feb 2013 | Updated: 26 Mar 2013 | 3 comments
This issue has been solved. See solution.
Good
and I'm using SCCM uninstall SEP 11.x and 12.x some clients, what would be the best way to do, I can indicate some command line
thank you very much
Comments 3 Comments • Jump to latest comment
Have a look here:
About configuring MSI command strings
MSI command line reference for Symantec Endpoint Protection 11.0
SEP Knowledge Base
Endpoint SWAT
Some reference for third-party tools installations and Msi commands:
Installing client software using third-party tools
http://www.symantec.com/docs/HOWTO55338
Hello,
Try removing SEP client using msiexec command. You need to create a small batch file with the help of following article.
To uninstall the Symantec Endpoint client using comand line 12.x:
For example the key for Symantec Endpoint Protection 12.1.671.4971 is A3AEEA68-AC93-4F6F-8D2D-78BBF7E422B8.
msiexec /X {product uninstall key}
For Example: msiexec.exe /x {A3AEEA68-AC93-4F6F-8D2D-78BBF7E422B8} /passive
To generate a detailed uninstall log type:
msiexec /X {product uninstall key} /I*v! log file path
Note: If the MSI uninstall has stopped responding:
Refer this article:
How to uninstall the Symantec Endpoint Protection Client using the Microsoft Installer (MSI) command line interface.
http://www.symantec.com/docs/TECH102470
SEPprep competitive product uninstall tool
http://www.symantec.com/docs/TECH148513
Also take a glance at these 3 links and let me know if this answers your question.
http://www.symantec.com/connect/forums/uninstalling-sep-remotely
http://www.symantec.com/connect/forums/remote-uninstallation
https://www-secure.symantec.com/connect/forums/uninstall-client-remotely
Hope that helps!!
Mithun Sanghavi
Symantec Technical Support Engineer, SEP
MIM | MCSA | MCTS | STS | ITIL v3
Twitter: @mithun_sanghavi
Don't forget to mark your thread as 'SOLVED' with the answer that best helps you.<&a
Would you like to reply?
Login or Register to post your comment.