The SMS_DCMAgentConfig Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that specifies how client computers retrieve compliance settings.

The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.

Class SMS_DCMAgentConfig : SMS_ClientAgentConfig_BaseClass
{
	UInt32 AgentID;
	Boolean Enabled;
	Boolean EnableUserStateManagement;
	UInt32 PerProviderTimeout;
	UInt32 PerScanDefaultPriority;
	UInt32 PerScanTimeout;
	UInt32 PerScanTTL;
};

Methods

The SMS_DCMAgentConfig class does not define any methods.

Properties

AgentID

Data type: UInt32Access type: Read-only Qualifiers: [key, read]Identifies the client agent component. The Settings Management Agent identifier is 1.
Enabled

Data type: BooleanAccess type: Read/Write Qualifiers: nonetrue if the agent is enabled.
EnabledUserStateManagement

Data type: BooleanAccess type: Read/Write Qualifiers: nonetrue to enable user state management. This information applies only to System Center 2012 Configuration Manager SP1 and System Center 2012 R2 Configuration Manager.
PerProviderTimeout

Data type: UInt32Access type: Read/Write Qualifiers: noneIndicated the timeout value for accessing the provider.
PerScanDefaultPriority

Data type: UInt32Access type: Read/Write Qualifiers: nonePriority of the Settings Management evaluation job. Possible values are:

priIdle

Idle

priNormal

Normal (recommended)

priHigh

High

priForeground

Foreground

PerScanTimeout

Data type: UInt32Access type: Read/Write Qualifiers: noneTime after which an in-progress Settings Management evaluation will be canceled. This property is deprecated.
PerScanTTL

Data type: UInt32Access type: Read/Write Qualifiers: noneTime to live (TTL) for the baseline evaluation result. If a baseline is evaluated and then quickly evaluated again, the second evaluation may be ignored depending TTL value.

Remarks

Requirements

Runtime Requirements

Development Requirements

See Also