Edit

SMS_AntimalwareScanConfig Server WMI Class

The SMS_AntimalwareScanConfig Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that configures antimalware scanning.

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

Syntax

Class SMS_AntimalwareScanConfig : SMS_ClientAgentConfig_BaseClass
{
    UInt32 AgentID;
    Boolean AllowClientUserConfigLimitCPUUsage;
    Boolean EnableHeuristics;
    Boolean ScanArchivedFiles;
    Boolean ScanEmail;
    Boolean ScanNetworkDrives;
    Boolean ScanNetworkDrivesForFullScan;
    Boolean ScanRemovableStorage;
    UInt32 ScheduledScanUserControl;
};

Methods

The SMS_AntimalwareScanConfig class doesn't define any methods.

Properties

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

This policy setting allows you to configure scanning for network files.

If you enable this setting, network files will be scanned.

If you disable or don't configure this setting, network files won't be scanned.

ScanNetworkDrivesForFullScan Data type: Boolean

Access type: Read/Write

Qualifiers: none

This policy setting allows you to configure a full scan for network files.

If you enable this setting, network files will be scanned.

If you disable or don't configure this setting, network files won't be scanned.

ScanRemovableStorage Data type: Boolean

Access type: Read/Write

Qualifiers: none

ScanRemovableStorage

ScheduledScanUserControl Data type: UInt32

Access type: Read/Write

Qualifiers: none

ScheduledScanUserControl

Remarks

Requirements

Runtime Requirements

For more information, see Configuration Manager Server Runtime Requirements.

Development Requirements

For more information, see Configuration Manager Server Development Requirements.