Here is a script which you can use to uninstall Symantec Antivirus client and install Microsoft Forefront Client Security.
In this script you will see functions for removing Symantec passwords, uninstalling Symantec Antivirus, uninstalling Symantec Endpoint and installing FCS.
Usage: Rename the file with .vbs extension and run it as a startup/shutdown GPO.










4 comments:
What would be the script to remove ForeFront Client
Here you go..
http://santhoshsivarajan.blogspot.com/2010/02/forefront-client-security-fcs.html
Do you have a script to remove officescan and install fcs
You can use the same script. Update the
if (sName = "Symantec AntiVirus")
statement with correct software name.
Post a Comment