File name
RemoveSEP.ps1
Script
$application = Get-WmiObject Win32_Product -filter "Name='Symantec Endpoint Protection'"
$application.Uninstall()
Execute the command
powershell -executionPolicy bypass -noexit -file %F%
5/5 - (1 vote)