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_CN_ClientStatus Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents client notification of agent status.
The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.
Syntax
Class SMS_CN_ClientStatus : SMS_BaseClass
{
UInt32 ChannelType;
DateTime LastStatusTime;
UInt32 OnlineStatus;
UInt32 ResourceID;
UInt32 ServerID;
};
Methods
The following table lists the methods in the SMS_CN_ClientStatus class.
| Method | Description |
|---|---|
| GetOnlineCount Method in Class SMS_CN_ClientStatus | Gets an online count of the selected clients of the target collection. |
Properties
ChannelType
Data type: UInt32
Access type: Read/Write
Qualifiers: none
Channel type. Possible values are:
| Value | Channel type |
|---|---|
| 0 | TCP |
| 1 | HTTP |
LastStatusTime
Data type: DateTime
Access type: Read/Write
Qualifiers: none
Last online time.
OnlineStatus
Data type: UInt32
Access type: Read/Write
Qualifiers: none
Online status. Possible values are:
| Value | Online status |
|---|---|
| 0 | Offline |
| 1 | Online |
ResourceID
Data type: UInt32
Access type: Read/Write
Qualifiers: [key]
Client resource identifier.
ServerID
Data type: UInt32
Access type: Read/Write
Qualifiers: none
Client notification server identifier.
Requirements
Runtime Requirements
For more information, see Configuration Manager Server Runtime Requirements.
Development Requirements
For more information, see Configuration Manager Server Development Requirements.