The SMS_AntimalwareAdvancedSettingsConfig Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents …. 

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

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

Methods

The SMS_AntimalwareAdvancedSettingsConfig class does not define any methods.

Properties

AgentID

Data type: UInt32Access type: Read-only Qualifiers: [key, read]AgentID  
AllowUserAddExcludes

Data type: BooleanAccess type: Read/Write Qualifiers: noneAllowUserAddExcludes  
AllowUserConfigQuarantinedFileDeletionPeriod

Data type: BooleanAccess type: Read/Write Qualifiers: noneAllowUserConfigQuarantinedFileDeletionPeriod  
AllowUserViewHistory

Data type: BooleanAccess type: Read/Write Qualifiers: noneAllowUserViewHistory  
CreateSystemRestorePointBeforeClean

Data type: BooleanAccess type: Read/Write Qualifiers: noneCreateSystemRestorePointBeforeClean  
DeleteQuarantinedFilesPeriod

Data type: UInt32Access type: Read/Write Qualifiers: noneDeleteQuarantinedFilesPeriod  
DisableClientUI

Data type: BooleanAccess type: Read/Write Qualifiers: noneDisableClientUI  
EnableReparsePointScanning

Data type: BooleanAccess type: Read/Write Qualifiers: noneEnableReparsePointScanning  
RandomizeScheduledScanStartTime

Data type: BooleanAccess type: Read/Write Qualifiers: noneRandomizeScheduledScanStartTime  
ShowNotificationMessages

Data type: BooleanAccess type: Read/Write Qualifiers: noneShowNotificationMessages  

Remarks

Requirements

Runtime Requirements

Development Requirements