Endpoint Security Complete

 View Only
  • 1.  Remote uninstallation of SEP Agent

    Posted Sep 25, 2024 05:21 AM

    Guys,

    anyone has the easiest way to uninstall using GPO or other alternatives method?

    I need to uninstall client for 350 user's



  • 2.  RE: Remote uninstallation of SEP Agent

    Posted Sep 26, 2024 02:53 AM

    Hi, 

    WMIC /node:@"c:\computers.txt" product where name="Name from add/remove" call uninstall /nointeractive >>Result.txt

    List the computers in computer.txt. Rewrite the bold text with SEP name from Add Remove programs.

    You can run from your computer.




  • 3.  RE: Remote uninstallation of SEP Agent

    Posted Oct 24, 2024 02:37 AM

    Thank you