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_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:
Dynamic
Read (read-only)
For more information about both the class qualifiers and the property qualifiers included in the Properties section, see Configuration Manager Class and Property Qualifiers.
Requirements
Runtime Requirements
For more information, see Configuration Manager Server Runtime Requirements.
Development Requirements
For more information, see Configuration Manager Server Development Requirements.