The SMS_ApplicationManagementAgentConfig Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that contains the configuration of Application Management client agent settings.
The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.
Class SMS_ApplicationManagementAgentConfig : SMS_ClientAgentConfig_BaseClass { UInt32 AgentID; String AlternateContentProviders; Boolean Enabled; String EvaluationSchedule; }; |
Methods
The SMS_ApplicationManagementAgentConfig class does not define any methods.
Properties
- AgentID
- Data type: UInt32Access type: Read-only Qualifiers: [key, read]Identifies the client agent component. The Application Management Agent ID is 17.
- AlternateContentProviders
- Data type: StringAccess type: Read/Write Qualifiers:
noneAn XML string to set alternate content provider settings. This
property does not apply to a software update package or a driver
package.
Copy Code
<AlternateDownloadSettings SchemaVersion=”1.0”> <Provider Name=”logical name here”> <Data>provider specific data here</Data> </Provider> <Provider Name=”logical name here”> <Data>provider specific data here</Data> </Provider> </AlternateDownloadSettings>
- Enabled
- Data type: BooleanAccess type: Read/Write Qualifiers: nonetrue if the agent is enabled.
- EvaluationSchedule
- Data type: StringAccess type: Read/Write Qualifiers: noneEvaluation schedule for deployments.
Remarks
Requirements
Runtime Requirements
For more information, see Configuration Manager Server Runtime Requirements.
Development Requirements
For more information, see Configuration Manager Server Development Requirements.