Edit

SMS_AntimalwareExcludedSettingsConfig Server WMI Class

The SMS_AntimalwareExcludedSettingsConfig 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_AntimalwareExcludedSettingsConfig : SMS_ClientAgentConfig_BaseClass
{
    UInt32 AgentID;
    String ExcludedFilePaths[];
    String ExcludedFileTypes[];
    String ExcludedProcesses[];
};

Methods

The SMS_AntimalwareExcludedSettingsConfig class does not define any methods.

Properties

AgentID Data type: UInt32

Access type: Read-only

Qualifiers: [key, read]

AgentID

ExcludedFilePaths Data type: String Array

Access type: Read/Write

Qualifiers: none

ExcludedFilePaths

ExcludedFileTypes Data type: String Array

Access type: Read/Write

Qualifiers: none

ExcludedFileTypes

ExcludedProcesses Data type: String Array

Access type: Read/Write

Qualifiers: none

ExcludedProcesses

Remarks

Requirements

Runtime Requirements

For more information, see Configuration Manager Server Runtime Requirements.

Development Requirements

For more information, see Configuration Manager Server Development Requirements.