Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The SMS_AdvancedAntimalwareSettings 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_AdvancedAntimalwareSettings : SMS_ClientSettingsBase
{
Object AgentConfigurations[];
UInt32 AssignmentCount;
String CreatedBy;
DateTime DateCreated;
DateTime DateModified;
String Description;
Boolean Enabled;
UInt32 FeatureType;
UInt32 Flags;
String LastModifiedBy;
String Name;
UInt32 Priority;
String SecuredScopeNames[];
UInt32 SettingsID;
UInt32 Type;
String UniqueID;
};
Methods
The SMS_AdvancedAntimalwareSettings class doesn't define any methods.
Properties
AgentConfigurations
Data type: Object Array
Access type: Read/Write
Qualifiers: none
AgentConfigurations
AssignmentCount
Data type: UInt32
Access type: Read-only
Qualifiers: [read]
AssignmentCount
CreatedBy
Data type: String
Access type: Read-only
Qualifiers: [notnull, read, sizelimit]
CreatedBy
DateCreated
Data type: DateTime
Access type: Read-only
Qualifiers: [notnull, read]
DateCreated
DateModified
Data type: DateTime
Access type: Read-only
Qualifiers: [notnull, read]
DateModified
Description
Data type: String
Access type: Read/Write
Qualifiers: [notnull]
Description
Enabled
Data type: Boolean
Access type: Read/Write
Qualifiers: [notnull]
Enabled
FeatureType
Data type: UInt32
Access type: Read/Write
Qualifiers: [notnull]
FeatureType
Flags
Data type: UInt32
Access type: Read/Write
Qualifiers: [notnull, notnull]
Flags
LastModifiedBy
Data type: String
Access type: Read-only
Qualifiers: [notnull, read, sizelimit]
LastModifiedBy
Name
Data type: String
Access type: Read/Write
Qualifiers: [notnull]
Name
Priority
Data type: UInt32
Access type: Read/Write
Qualifiers: [notnull]
Priority
SecuredScopeNames
Data type: String Array
Access type: Read-only
Qualifiers: [read]
SecuredScopeNames
SettingsID
Data type: UInt32
Access type: Read/Write
Qualifiers: [key, key]
SettingsID
Type
Data type: UInt32
Access type: Read/Write
Qualifiers: [notnull]
Type
UniqueID
Data type: String
Access type: Read-only
Qualifiers: [notnull, read, sizelimit]
UniqueID
Remarks
Requirements
Runtime Requirements
For more information, see Configuration Manager Server Runtime Requirements.
Development Requirements
For more information, see Configuration Manager Server Development Requirements.