The SMS_CH_Settings Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents client status settings.

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

Class SMS_CH_Settings : SMS_BaseClass
{
	String ADRetrievingSchedule; 
	UInt32 CleanUpInterval;
	UInt32 DDRInactiveInterval;
	UInt32 HWInactiveInterval;
	Boolean NeedADLastLogonTime; 
	UInt32 PolicyInactiveInterval;
	UInt32 SettingsID;
	UInt32 StatusInactiveInterval;
	UInt32 SWInactiveInterval;
};

Methods

The SMS_CH_Settings class does not define any methods.

Properties

ADRetrievingSchedule

Data type: StringAccess type: Read/Write Qualifiers: noneSchedule for how frequently the system retrieves information from Active Directory.
CleanUpInterval

Data type: UInt32Access type: Read/Write Qualifiers: noneHistory clean up interval.
DDRInactiveInterval

Data type: UInt32Access type: Read/Write Qualifiers: noneHeartbeat discovery inactive interval.
HWInactiveInterval

Data type: UInt32Access type: Read/Write Qualifiers: noneHardware inventory inactive interval.
NeedADLastLogonTime

Data type: BooleanAccess type: Read/Write Qualifiers: noneLast logged on time from Active Directory.
PolicyInactiveInterval

Data type: UInt32Access type: Read/Write Qualifiers: nonePolicy request inactive interval.
SettingsID

Data type: UInt32Access type: Read/Write Qualifiers: [key]Settings ID.
StatusInactiveInterval

Data type: UInt32Access type: Read/Write Qualifiers: noneStatus message inactive interval.
SWInactiveInterval

Data type: UInt32Access type: Read/Write Qualifiers: noneSoftware inventory inactive interval.

Remarks

Requirements

Runtime Requirements

Development Requirements

See Also