Force Policy Update of Symantec AntiVirus over Cisco VPN
0 Votes |
Description
Property Details
743 | |
Force Policy Update of Symantec AntiVirus over Cisco VPN | |
BESC | |
0 | |
Internal | |
jgstew | |
8/23/2012 12:00:00 AM | |
Symantec AntiVirus, CiscoVPN, updates, virus definitions | |
True | |
jgstew on 12/6/2012 2:51:24 PM | |
jgstew on 12/6/2012 2:51:24 PM | |
7249 Views / 15 Downloads | |
![]() ![]() ![]() ![]() ![]() |
Relevance
isWindows (Relevance 1172)

windows of operating system
Used in 1 fixlet | * Results in a true/false |

exists key whose (value "DisplayName" of it as string contains "Symantec Endpoint Protection" AND value "DisplayVersion" of it as string as version >= "10.0.1" as version AND exists value "InstallLocation" of it) of key "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall" of native registry
Used in 1 fixlet | * Results in a true/false |

exists file "smc.exe" of folder (value "InstallLocation" of key whose (value "DisplayName" of it as string contains "Symantec Endpoint Protection" AND value "DisplayVersion" of it as string as version >= "10.0.1" as version AND exists value "InstallLocation" of it) of key "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall" of native registry as string)
Used in 2 fixlets | * Results in a true/false |

exists adapters whose (address of it as string != "0.0.0.0" AND description of it as string as lowercase contains "Cisco Systems VPN Adapter" as lowercase) of network
Used in 1 fixlet | * Results in a true/false |

2*day < (current date - ((substring (6,2) of ((following text of last "\" of (it as string)) of value "DEFWATCH_10" of key "HKEY_LOCAL_MACHINE\SOFTWARE\Symantec\SharedDefs" of registry as string) & (substring (4,2) of ((following text of last "\" of (it as string)) of value "DEFWATCH_10" of key "HKEY_LOCAL_MACHINE\SOFTWARE\Symantec\SharedDefs" of registry as string) as string as integer as month as three letters) & first 4 of ((following text of last "\" of (it as string)) of value "DEFWATCH_10" of key "HKEY_LOCAL_MACHINE\SOFTWARE\Symantec\SharedDefs" of registry as string)) as date))
Actions
Action 1 (default)
Action Link Click
here to deploy this action.
Script Type
BigFix Action Script
waithidden cmd.exe /c "{pathname of file "smc.exe" of folder (value "InstallLocation" of key whose (value "DisplayName" of it as string contains "Symantec Endpoint Protection" AND value "DisplayVersion" of it as string as version >= "10.0.1" as version AND exists value "InstallLocation" of it) of key "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall" of native registry as string)}" -updateconfigSuccess Criteria
parameter "start_1"="{now}"
pause while {(2*day < (current date - ((substring (6,2) of ((following text of last "\" of (it as string)) of value "DEFWATCH_10" of key "HKEY_LOCAL_MACHINE\SOFTWARE\Symantec\SharedDefs" of registry as string) & (substring (4,2) of ((following text of last "\" of (it as string)) of value "DEFWATCH_10" of key "HKEY_LOCAL_MACHINE\SOFTWARE\Symantec\SharedDefs" of registry as string) as string as integer as month as three letters) & first 4 of ((following text of last "\" of (it as string)) of value "DEFWATCH_10" of key "HKEY_LOCAL_MACHINE\SOFTWARE\Symantec\SharedDefs" of registry as string)) as date))) AND (now-time (parameter "start_1") < 360*second)}
This action will be considered successful when the applicability relevance evaluates to false.
Sharing
Social Media: |
Comments
![]() |
|
this is a useful example of pausing in actionscript while waiting for a condition to be satisfied, but with a maximum timeout. This is old, so the relevance could be much better. |