Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The SMS_ClientSettingsDefault Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents simple read-only default client settings properties.
Note
Nothing in this class should be modified.
The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.
Syntax
Class SMS_ClientSettingsDefault : SMS_BaseClass
{
UInt32 AssignmentCount;
String CreatedBy;
DateTime DateCreated;
DateTime DateModified;
String Description;
Boolean Enabled;
UInt32 Flags;
String LastModifiedBy;
String Name;
UInt32 Priority;
UInt32 SettingsID;
String SiteCode;
UInt32 Type;
String UniqueID;
};
Methods
The SMS_ClientSettingsDefault class doesn't define any methods.
Properties
AssignmentCount
Data type: UInt32
Access type: Read-only
Qualifiers: [read]
AssignmentCount is 0 only. In general, the default client settings apply to all clients in the hierarchy, unless overridden by values defined in SMS_ClientSettings, which applies to certain collections.
CreatedBy
Data type: String
Access type: Read-only
Qualifiers: [notnull, read, sizelimit("512")]
Name of the user who created the client settings.
DateCreated
Data type: DateTime
Access type: Read-only
Qualifiers: [notnull, read]
The date and time when the client settings are created.
DateModified
Data type: DateTime
Access type: Read-only
Qualifiers: [notnull, read]
The date and time when the client settings are modified.
Description
Data type: String
Access type: Read/Write
Qualifiers: [notnull]
Description is specified internally.
Enabled
Data type: Boolean
Access type: Read/Write
Qualifiers: [notnull]
Reserved for future use.
Flags
Data type: UInt32
Access type: Read/Write
Qualifiers: [notnull]
Reserved for future use.
LastModifiedBy
Data type: String
Access type: Read-only
Qualifiers: [notnull, read, sizelimit("512")]
Name of the user who last modified the client settings.
Name
Data type: String
Access type: Read/Write
Qualifiers: [notnull]
The name of the component.
Priority
Data type: UInt32
Access type: Read/Write
Qualifiers: [notnull]
Compared to SMS_ClientSettings, the priority is the lowest for SMS_ClientSettingsDefault (highest number) and shouldn't be changed.
SettingsID
Data type: UInt32
Access type: Read/Write
Qualifiers: [key]
For internal use only.
SiteCode
Data type: String
Access type: Read-only
Qualifiers: [notnull, read]
Three-letter site code for the CAS site.
Type
Data type: UInt32
Access type: Read/Write
Qualifiers: [notnull]
Type is used to indicate if this setting is 'Device,' 'User,' or 'Default.' For SMS_ClientSettingsDefault, it's 0 meaning 'Default.'
| Value | Setting type |
|---|---|
| 0 | Default |
| 1 | Device |
| 2 | User |
UniqueID
Data type: String
Access type: Read-only
Qualifiers: [notnull, read, sizelimit("64")]
The unique ID of the object.
Remarks
Requirements
Runtime Requirements
For more information, see Configuration Manager Server Runtime Requirements.
Development Requirements
For more information, see Configuration Manager Server Development Requirements.