Edit

SMS_ClientDeploymentFailureBucket Server WMI Class

The SMS_ClientDeploymentFailureBucket Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents a client deployment failure bucket that is used to get the total number of clients with the same failed state message ID.

The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.

Syntax

Class SMS_ClientDeploymentFailureBucket: SMS_BaseClass
{
    UInt32 ClientCount;
    String CollectionID;
    UInt32 LastMessageStateID;
};

Methods

The SMS_ClientDeploymentFailureBucket class does not define any methods.

Properties

ClientCount Data type: UInt32

Access type: Read

Qualifiers: none

The total number of clients with the specified LastMessageStateID.

CollectionID Data type: String

Access type: Read

Qualifiers: none

The ID of the collection of which the clients are members.

LastMessageStateID Data type: UInt32

Access type: Read

Qualifiers: [key]

The ID of the last client deployment state message.

Remarks

Class qualifiers for this class include:

Requirements

Runtime Requirements

For more information, see Configuration Manager Server Runtime Requirements.

Development Requirements

For more information, see Configuration Manager Server Development Requirements.