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; }; |
Methods
The SMS_AdvancedAntimalwareSettings class does not define any methods.
Properties
- AgentConfigurations
- Data type: Object Array Access type: Read/Write Qualifiers: noneAgentConfigurations
- AssignmentCount
- Data type: UInt32Access type: Read-only Qualifiers: [read]AssignmentCount
- CreatedBy
- Data type: StringAccess type: Read-only Qualifiers: [notnull, read, sizelimit]CreatedBy
- DateCreated
- Data type: DateTimeAccess type: Read-only Qualifiers: [notnull, read]DateCreated
- DateModified
- Data type: DateTimeAccess type: Read-only Qualifiers: [notnull, read]DateModified
- Description
- Data type: StringAccess type: Read/Write Qualifiers: [notnull]Description
- Enabled
- Data type: BooleanAccess type: Read/Write Qualifiers: [notnull]Enabled
- FeatureType
- Data type: UInt32Access type: Read/Write Qualifiers: [notnull]FeatureType
- Flags
- Data type: UInt32Access type: Read/Write Qualifiers: [notnull, notnull]Flags
- LastModifiedBy
- Data type: StringAccess type: Read-only Qualifiers: [notnull, read, sizelimit]LastModifiedBy
- Name
- Data type: StringAccess type: Read/Write Qualifiers: [notnull]Name
- Priority
- Data type: UInt32Access type: Read/Write Qualifiers: [notnull]Priority
- SecuredScopeNames
- Data type: String Array Access type: Read-only Qualifiers: [read]SecuredScopeNames
- SettingsID
- Data type: UInt32Access type: Read/Write Qualifiers: [key, key]SettingsID
- Type
- Data type: UInt32Access type: Read/Write Qualifiers: [notnull]Type
- UniqueID
- Data type: StringAccess 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.