User guide

Security Status
7
Virus Vault - The number of threats stored in the virus vault of the machine ID. These items are
safely quarantined and will be automatically deleted, if profile settings apply. You can click the
hyperlinked number in any row to display these threats in the Virus Vault tab of the View Threats
(page 11) > page.
Version - The version of security protection currently used by this machine ID. For example:
8.5.322 270.12.6/2084
8.5.322 - The version of AVG program installed.
270.12.6/2084 - The full virus database version. 270.12.6 represents the definition
version and 2084 is the signature version. Displays in red text if the signature version is older
than the last 5 signature versions available or if the definition version is older than the last 2
definition versions available and the agent is active.
Note: If a machine ID's version is outdated you can update machine IDs manually using Security >
Manual Update (page 8).
Note: Some security updates require a reboot to install the update. If a reboot is pending, a reboot
icon displays alongside the pre-update version number and the machine is still protected.
Enable/Disable Resident Shield by Agent
Procedure
You can disable/enable Resident Shield using the following executeShellCommand() in an agent
procedure. In the agent working directory (http://help.kaseya.com/webhelp/EN/VSA/R8/index.asp#368.htm), run:
C:\kworking\kes>KasAVCmd -setFileMonitorEnable 0 ;disables Resident Shield
C:\kworking\kes>KasAVCmd -setFileMonitorEnable 1 ;enables Resident Shield
Script Name: KES_Enable Resident Shield
Script Description: Enables Resident Shield temporarily (until next scan or
reboot...unless it is enabled by default and is being re-enabled after being
temporarily disabled)
IF True
THEN
Get Variable
Parameter 1 : 10
Parameter 2 :
Parameter 3 : agenttemp
OS Type : 0
Execute File
Parameter 1 : #agenttemp#\kes\KasAVCmd.exe
Parameter 2 : -setFileMonitorEnable 1
Parameter 3 : 3
OS Type : 0
ELSE