SMS_CN_ClientStatus Server WMI Class

 

Updated: November 1, 2013

Applies To: System Center 2012 Configuration Manager, System Center 2012 Configuration Manager SP1, System Center 2012 R2 Configuration Manager

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;
};

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.

ChannelType

Data type: UInt32

Access type: Read/Write

Qualifiers: none

Channel type. Possible values are:

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:

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.

Show: