Edit

SMS_AntimalwareAdvancedSettingsConfig Server WMI Class

The SMS_AntimalwareAdvancedSettingsConfig Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents advanced settings configuration for antimalware.

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

Syntax

Class SMS_AntimalwareAdvancedSettingsConfig : SMS_ClientAgentConfig_BaseClass
{
    UInt32 AgentID;
    Boolean AllowUserAddExcludes;
    Boolean AllowUserConfigAutoSampleSubmission;
    Boolean AllowUserConfigQuarantinedFileDeletionPeriod;
    Boolean AllowUserViewHistory;
    Boolean CreateSystemRestorePointBeforeClean;
    UInt32 DeleteQuarantinedFilesPeriod;
    Boolean DisableClientUI;
    Boolean EnableAutoSampleSubmission;
    Boolean EnableReparsePointScanning;
    Boolean RandomizeScheduledScanStartTime;
    Boolean ShowNotificationMessages;
};

Methods

The SMS_AntimalwareAdvancedSettingsConfig class does not define any methods.

Properties

AgentID Data type: UInt32

Access type: Read-only

Qualifiers: [key, read]

AgentID

AllowUserAddExcludes Data type: Boolean

Access type: Read/Write

Qualifiers: none

AllowUserAddExcludes

AllowUserConfigAutoSampleSubmission Data type: Boolean

Access type: Read/Write

Qualifiers: none

Indicates whether users are allowed to modify auto sample file submission settings.

AllowUserConfigQuarantinedFileDeletionPeriod Data type: Boolean

Access type: Read/Write

Qualifiers: none

AllowUserConfigQuarantinedFileDeletionPeriod

AllowUserViewHistory Data type: Boolean

Access type: Read/Write

Qualifiers: none

AllowUserViewHistory

CreateSystemRestorePointBeforeClean Data type: Boolean

Access type: Read/Write

Qualifiers: none

CreateSystemRestorePointBeforeClean

DeleteQuarantinedFilesPeriod Data type: UInt32

Access type: Read/Write

Qualifiers: none

DeleteQuarantinedFilesPeriod

DisableClientUI Data type: Boolean

Access type: Read/Write

Qualifiers: none

DisableClientUI

EnableAutoSampleSubmission Data type: Boolean

Access type: Read/Write

Qualifiers: none

EnableAutoSampleSubmission

EnableReparsePointScanning Data type: Boolean

Access type: Read/Write

Qualifiers: none

EnableReparsePointScanning

RandomizeScheduledScanStartTime Data type: Boolean

Access type: Read/Write

Qualifiers: none

RandomizeScheduledScanStartTime

ShowNotificationMessages Data type: Boolean

Access type: Read/Write

Qualifiers: none

ShowNotificationMessages

Remarks

Requirements

Runtime Requirements

For more information, see Configuration Manager Server Runtime Requirements.

Development Requirements

For more information, see Configuration Manager Server Development Requirements.