SMS_AntimalwareSettingsDefault 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_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.

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

The SMS_AntimalwareSettings class does not define any methods.

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: none

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

Show: