SMS_AdvancedAntimalwareSettings Server WMI Class
Updated: November 1, 2013
Applies To: System Center 2012 Configuration Manager, System Center 2012 Configuration Manager SP1, System Center 2012 R2 Configuration Manager
The SMS_AdvancedAntimalwareSettings 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_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;
};
The SMS_AdvancedAntimalwareSettings class does not define any methods.
- 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
Requirements
For more information, see Configuration Manager Server Runtime Requirements.
For more information, see Configuration Manager Server Development Requirements.