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_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.
Syntax
Class SMS_ApplicationManagementAgentConfig : SMS_ClientAgentConfig_BaseClass
{
UInt32 AgentID;
String AlternateContentProviders;
Boolean AppXInplaceUpgradeEnabled;
Boolean Enabled;
String EvaluationSchedule;
};
Methods
The SMS_ApplicationManagementAgentConfig
class does not define any methods.
Properties
AgentID
Data type: UInt32
Access type: Read-only
Qualifiers: [key, read]
Identifies the client agent component. The Application Management Agent ID is 17.
AlternateContentProviders
Data type: String
Access type: Read/Write
Qualifiers: none
An XML string to set alternate content provider settings. This property does not apply to a software update package or a driver package.
<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>
AppXInplaceUpgradeEnabled
Data type: Boolean
Access type: Read/Write
Qualifiers: none
Indicates whether Windows app package (.appx files) in-place upgrade is enabled.
Enabled
Data type: Boolean
Access type: Read/Write
Qualifiers: none
true
if the agent is enabled.
EvaluationSchedule
Data type: String
Access type: Read/Write
Qualifiers: none
Evaluation 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.