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.
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 |
---|---|
Gets an online count of the selected clients of the target collection. |
Properties
- ChannelType
- Data type: UInt32Access type: Read/Write Qualifiers:
noneChannel type. Possible values are:
0
TCP
1
HTTP
- LastStatusTime
- Data type: DateTimeAccess type: Read/Write Qualifiers: noneLast online time.
- OnlineStatus
- Data type: UInt32Access type: Read/Write Qualifiers:
noneOnline status. Possible values are:
0
Offline
1
Online
- ResourceID
- Data type: UInt32Access type: Read/Write Qualifiers: [key]Client resource identifier.
- ServerID
- Data type: UInt32Access type: Read/Write Qualifiers: noneClient notification server identifier.
Remarks
Requirements
Runtime Requirements
For more information, see Configuration Manager Server Runtime Requirements.
Development Requirements
For more information, see Configuration Manager Server Development Requirements.