SMS_MachineSettings Server WMI Class

System Center

Updated: October 28, 2009

Applies To: System Center Configuration Manager 2007, System Center Configuration Manager 2007 R2, System Center Configuration Manager 2007 R3, System Center Configuration Manager 2007 SP1, System Center Configuration Manager 2007 SP2

The SMS_MachineSettings Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that describes attributes that are specific to a single computer that is managed by Configuration Manager.

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


Class SMS_MachineSettings
{
      DateTime LastModificationTime;
      UInt32 LocaleID;
      SMS_MachineVariable MachineVariables[];
      UInt32 ResourceID;
      String SourceSite;
};

The SMS_MachineSettings class does not define any methods.

LastModificationTime
Data type: DateTime

Access type: Read-only

Qualifiers: [read]

The date and time when the machine settings were last modified.

LocaleID
Data type: UInt32

Access type: Read/Write

Qualifiers: None

The ID of the locale used to convert the localized name and description of the computer. The default locale ID is 1033, English (United States).

MachineVariables
Data type: SMS_MachineVariable Array

Access type: Read/Write

Qualifiers: [lazy]

The SMS_MachineVariable Server WMI Class objects representing machine variables for the computer resource.

ResourceID
Data type: UInt32

Access type: Read/Write

Qualifiers: [Key]

The unique resource ID for the computer.

SourceSite
Data type: String

Access type: Read/Write

Qualifiers: [SizeLimit("3"), Not_null]

The code of the source site. The code length can be up to three characters. The default value is "".

Class qualifiers for this class include:

  • Secured

For more information about both the class qualifiers and the property qualifiers included in the Properties section, see Configuration Manager Class and Property Qualifiers.

Your application can use this class as described in How to Create a Computer Variable in Configuration Manager.

Runtime Requirements

Development Requirements

Show: