SMS_AntimalwareSettingsDefault Server WMI Class

The SMS_AntimalwareSettingsDefault Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents the default Antimalware policy settings.

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

Syntax

Class SMS_AntimalwareSettingsDefault : SMS_ClientSettingsBase  
{  
    UInt32 FeatureType;  
    SMS_AntimalwareConfig AgentConfiguration;  
};  

Methods

The SMS_AntimalwareSettings class doesn't define any methods.

Properties

FeatureType
Data type: UInt32

Access type: Read/Write

Qualifiers: [NotNull]

Indicates whether the settings are applied to regular SMS_ClientSettings or SMS_AntimalwareSettings. This is 2 for Antimalware policy setting.

AgentConfiguration
Data type: SMS_AntimalwareConfig

Access type: Read/Write

Qualifiers: [lazy]

An instance that stores all of the detailed Antimalware policy settings.

Remarks

Requirements

Runtime Requirements

For more information, see Configuration Manager Server Runtime Requirements.

Development Requirements

For more information, see Configuration Manager Server Development Requirements.