SMS_CH_Settings Server WMI Class

 

Updated: November 1, 2013

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

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;
};

The SMS_CH_Settings class does not define any methods.

ADRetrievingSchedule

Data type: String

Access type: Read/Write

Qualifiers: none

Schedule for how frequently the system retrieves information from Active Directory.

CleanUpInterval

Data type: UInt32

Access type: Read/Write

Qualifiers: none

History clean up interval.

DDRInactiveInterval

Data type: UInt32

Access type: Read/Write

Qualifiers: none

Heartbeat discovery inactive interval.

HWInactiveInterval

Data type: UInt32

Access type: Read/Write

Qualifiers: none

Hardware inventory inactive interval.

NeedADLastLogonTime

Data type: Boolean

Access type: Read/Write

Qualifiers: none

Last logged on time from Active Directory.

PolicyInactiveInterval

Data type: UInt32

Access type: Read/Write

Qualifiers: none

Policy request inactive interval.

SettingsID

Data type: UInt32

Access type: Read/Write

Qualifiers: [key]

Settings ID.

StatusInactiveInterval

Data type: UInt32

Access type: Read/Write

Qualifiers: none

Status message inactive interval.

SWInactiveInterval

Data type: UInt32

Access type: Read/Write

Qualifiers: none

Software inventory inactive interval.

Show: