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;
};

Methods

The SMS_AntimalwareSettings class does not define any methods.

Properties

FeatureType

Data type: UInt32Access 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_AntimalwareConfigAccess type: Read/Write Qualifiers: noneAn instance that stores all of the detailed Antimalware policy settings.

Remarks

Requirements

Runtime Requirements

Development Requirements