SMS_AntimalwareSignatureUpdateConfig Server WMI Class

 

Updated: November 1, 2013

Applies To: System Center 2012 Configuration Manager, System Center 2012 Configuration Manager SP1, System Center 2012 R2 Configuration Manager

The SMS_AntimalwareSignatureUpdateConfig Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents ….  

The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.

Class SMS_AntimalwareSignatureUpdateConfig : SMS_ClientAgentConfig_BaseClass
{
    UInt32 AgentID;
    UInt32 AuGracePeriod;
    String DefinitionUpdateFileSharesSources[];
    Boolean EnableSignatureUpdateCatchupInterval;
    String FallbackOrder[];
    UInt32 SignatureUpdateCatchupInterval;
    UInt32 SignatureUpdateDay;
    UInt32 SignatureUpdateInterval;
    UInt32 SignatureUpdateTime;
};

The SMS_AntimalwareSignatureUpdateConfig class does not define any methods.

AgentID

Data type: UInt32

Access type: Read-only

Qualifiers: [key, read]

AgentID  

AuGracePeriod

Data type: UInt32

Access type: Read/Write

Qualifiers: none

AuGracePeriod  

DefinitionUpdateFileSharesSources

Data type: String Array

Access type: Read/Write

Qualifiers: none

DefinitionUpdateFileSharesSources  

EnableSignatureUpdateCatchupInterval

Data type: Boolean

Access type: Read/Write

Qualifiers: none

EnableSignatureUpdateCatchupInterval  

FallbackOrder

Data type: String Array

Access type: Read/Write

Qualifiers: none

FallbackOrder  

SignatureUpdateCatchupInterval

Data type: UInt32

Access type: Read/Write

Qualifiers: none

SignatureUpdateCatchupInterval  

SignatureUpdateDay

Data type: UInt32

Access type: Read/Write

Qualifiers: none

SignatureUpdateDay  

SignatureUpdateInterval

Data type: UInt32

Access type: Read/Write

Qualifiers: none

SignatureUpdateInterval  

SignatureUpdateTime

Data type: UInt32

Access type: Read/Write

Qualifiers: none

SignatureUpdateTime  

Show: