Symantec Endpoint Protection Agent upgrade using SCCM
I have worked on a upgrade of Symantec Endpoint Protection Agent on 60000 devices including server and workstations. The upgrade was having several challenges and issues but here are some scripts that will help in upgrading with ease. -------------------------------------------------------------------------------------------------------------------- Installation Script ( Verbose Logging Enabled) : This script can be use to install SEP agent (if SEP is provided by the SEPMC) silently. '-------------------------------Start of Script----------------------------------------- '------------Install 32 bit Symantec Endpoint Protection12.1.5337.5000 ------------------ On error resume next dim fso, wshll, Dir, Path, key, installdir, uname, ttime, loc, sloc, Exepath, cmdline, cm, SCPath Set fso = createobject("Scripting.Filesystemobject") Set wshll = createobject("wscript.shell") PRODATA = wshll.expandenvironmentstrings("%ProgramData%"...