Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The SMS_AntimalwareScanScheduleConfig Windows Management Instrumentation (WMI) class is an SMS Provider server class in Configuration Manager.
The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.
Syntax
Class SMS_AntimalwareScanScheduleConfig : SMS_ClientAgentConfig_BaseClass
{
UInt32 AgentID;
Boolean CheckLatestDefinition;
Boolean EnableCatchupScan;
Boolean EnableQuickDailyScan;
Boolean EnableScheduledScan;
UInt32 LimitCPUUsage;
Boolean ScanWhenClientNotInUse;
UInt32 ScheduledScanQuickTime;
UInt32 ScheduledScanTime;
UInt32 ScheduledScanType;
UInt32 ScheduledScanWeekDay;
};
Methods
The SMS_AntimalwareScanScheduleConfig class does not define any methods.
Properties
AgentID
Data type: UInt32
Access type: Read-only
Qualifiers: [key, read]
AgentID
CheckLatestDefinition
Data type: Boolean
Access type: Read/Write
Qualifiers: none
CheckLatestDefinition
EnableCatchupScan
Data type: Boolean
Access type: Read/Write
Qualifiers: none
EnableCatchupScan
EnableQuickDailyScan
Data type: Boolean
Access type: Read/Write
Qualifiers: none
EnableQuickDailyScan
EnableScheduledScan
Data type: Boolean
Access type: Read/Write
Qualifiers: none
EnableScheduledScan
LimitCPUUsage
Data type: UInt32
Access type: Read/Write
Qualifiers: none
LimitCPUUsage
ScanWhenClientNotInUse
Data type: Boolean
Access type: Read/Write
Qualifiers: none
ScanWhenClientNotInUse
ScheduledScanQuickTime
Data type: UInt32
Access type: Read/Write
Qualifiers: none
ScheduledScanQuickTime
ScheduledScanTime
Data type: UInt32
Access type: Read/Write
Qualifiers: none
ScheduledScanTime
ScheduledScanType
Data type: UInt32
Access type: Read/Write
Qualifiers: none
ScheduledScanType
ScheduledScanWeekDay
Data type: UInt32
Access type: Read/Write
Qualifiers: none
ScheduledScanWeekDay
Remarks
Requirements
Runtime Requirements
For more information, see Configuration Manager Server Runtime Requirements.
Development Requirements
For more information, see Configuration Manager Server Development Requirements.