The SMS_ClientResourcesConfig Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents the settings and properties used by the client agent.

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

Class SMS_ClientResourcesConfig : SMS_ClientAgentConfig_BaseClass
{
	UInt32 AgentID;
	Boolean DisableGlobalRandomization;
};

Methods

The SMS_ClientResourcesConfig class does not define any methods.

Properties

AgentID

Data type: UInt32Access type: Read-only Qualifiers: [key, read]Identifies the client agent component. The SMS_ClientResourcesConfig Agent ID is 25.
DisableGlobalRandomization

Data type: BooleanAccess type: Read/Write Qualifiers: nonetrue disables global randomization.

Remarks

Requirements

Runtime Requirements

Development Requirements