Hi,
Anyone got a script that installs the symantec end point protection client?
thanks
Edit
Found this that might work
http://www.ehow.com/how_7791326_inst...ng-script.html
going give it a go.
Printable View
Hi,
Anyone got a script that installs the symantec end point protection client?
thanks
Edit
Found this that might work
http://www.ehow.com/how_7791326_inst...ng-script.html
going give it a go.
Are you still using MDT? :confused: If so, you can add the SEP MSI as an application.
http://i.imgur.com/tr3Xz.png
http://i.imgur.com/Vnv53.png
By the way, don't forget to copy SyLink.xml into the folder containing the SEP MSI.Code:msiexec /i "Symantec AntiVirus.msi" RUNLIVEUPDATE=0 SYMPROTECTDISABLED=0 ADDLOCAL=Core,SAVMain,PTPMain,COHMain /QB!
You can also use the mangement console to make an MSI and push it through GPO. Nice and easy.
Thanks :)
Added it to my MDT task and it works a treat.