Browse by Tags
All Tags »
Symantec (
RSS)
Here is a by request powershell script to check how many items are in Quarantine folder and you can easily merge it with my Previous Script to make it...
Here is V4 of this script and thanks KirkAMunro for his detailed help so that I can replace my switch statement with Hex conversion algorithm. This way...
Here is V3 of this script and I added 64 bit support: $erroractionpreference = "SilentlyContinue" $a = New-Object -comobject Excel.Application...
Here is an upgraded version of my previous script: http://myitforum.com/cs2/blogs/yli628/archive/2007/02/13/powershell-script-to-get-symantec-antivirus...
Here is a powershell script translated from my previous VB script and does the same thing. I use two closely related WMI class: Win32_NetworkAdapterconfiguration...
Here is a VB/WMI script to assign Symantec Antivirus parent server to multiple Clients based on their default gateway. What this script does is to read...
Here is a powershell script translated from my previous VB script – http://myitforum.com/cs2/blogs/yli628/archive/2007/01/12/vb-script-to-get-symantec...
If you want to move a few clients to a different server, then copy the Grc.dat file from the new parent servers to all the clients that you want to be...
Here is a VB script to check the Symantec Antivirus Client version and the virus definition date against a list of machines. What it does is to read registry...
Last Friday night, while I was getting ready for the three days weekend and enjoying the movie -Boat Trip. I remembered that I need to reboot a Window...