SMS_AntimalwareScanConfig 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_AntimalwareScanConfig 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_AntimalwareScanConfig : SMS_ClientAgentConfig_BaseClass
{
    UInt32 AgentID;
    Boolean AllowClientUserConfigLimitCPUUsage;
    Boolean EnableHeuristics;
    Boolean ScanArchivedFiles;
    Boolean ScanEmail;
    Boolean ScanNetworkDrives;
    Boolean ScanRemovableStorage;
    UInt32 ScheduledScanUserControl;
};

The SMS_AntimalwareScanConfig class does not define any methods.

AgentID

Data type: UInt32

Access type: Read-only

Qualifiers: [key, read]

AgentID  

AllowClientUserConfigLimitCPUUsage

Data type: Boolean

Access type: Read/Write

Qualifiers: none

AllowClientUserConfigLimitCPUUsage  

EnableHeuristics

Data type: Boolean

Access type: Read/Write

Qualifiers: none

EnableHeuristics  

ScanArchivedFiles

Data type: Boolean

Access type: Read/Write

Qualifiers: none

ScanArchivedFiles  

ScanEmail

Data type: Boolean

Access type: Read/Write

Qualifiers: none

ScanEmail  

ScanNetworkDrives

Data type: Boolean

Access type: Read/Write

Qualifiers: none

ScanNetworkDrives  

ScanRemovableStorage

Data type: Boolean

Access type: Read/Write

Qualifiers: none

ScanRemovableStorage  

ScheduledScanUserControl

Data type: UInt32

Access type: Read/Write

Qualifiers: none

ScheduledScanUserControl  

Show: