Share via


SMS_ApplicationManagementAgentConfig Server WMI Class

 

Applies To: System Center 2012 Configuration Manager, System Center 2012 Configuration Manager SP1, System Center 2012 R2 Configuration Manager

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 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>
    
  • 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.