SMS_Client Client WMI Class
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_Client class is a client Windows Management Instrumentation (WMI) class, in Configuration Manager, that represents the client and facilitates manipulation and retrieval of client information.
The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.
Class SMS_Client
{
Boolean AllowLocalAdminOverride;
UInt32 ClientType;
String ClientVersion;
Boolean EnableAutoAssignment;
};
Methods
The following table shows the methods in SMS_Client.
Method | Description |
---|---|
Initiates the evaluation of the policy assigned to a specified computer or device. |
|
Gets the current assigned site of the client. |
|
Initiates a request for machine policy. |
|
Resets the policy on a client. |
|
Sets the client's assigned site. |
|
SetClientProvisioningMode |
Reserved. |
Defines the default logging configuration. |
|
Triggers the client to execute the specified schedule. |
Properties
AllowLocalAdminOverride
Data type: BooleanAccess type: Read/Write
Qualifiers: None
Reserved.
ClientType
Data type: UInt32Access type: Read/Write
Qualifiers: None
Reserved. Always 1.
ClientVersion
Data type: StringAccess type: Read/Write
Qualifiers: None
Version number of the client.
EnableAutoAssignment
Data type: BooleanAccess type: Read/Write
Qualifiers: None
true if automatic assignment is enabled.
Requirements
Runtime Requirements
For more information, see Configuration Manager Client Runtime Requirements.
Development Requirements
For more information, see Configuration Manager Client Development Requirements.
See Also
Concepts
Client Framework and Data Transfer Client WMI Classes
SmsClient Client COM Automation Class