SMS_DPGroupDistributionStatus 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_DPGroupDistributionStatus Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that describes distribution information for a given distribution point group.

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

Class SMS_DPGroupDistributionStatus : SMS_BaseClass
{
    UInt32 Assets;
    UInt32 ContentCount;
    String GroupID;
    UInt32 MessageCategory;
    UInt32 MessageType;
    DateTime StatusTime;
};

The SMS_DPGroupDistributionStatus class does not define any methods.

Assets

Data type: UInt32

Access type: Read-only

Qualifiers: [read]

Count of distribution points.

ContentCount

Data type: UInt32

Access type: Read-only

Qualifiers: [read]

Count of packages or applications distributed to this distribution point group.

GroupID

Data type: String

Access type: Read/Write

Qualifiers: [key]

Unique identifier for the distribution point group.

MessageCategory

Data type: UInt32

Access type: Read/Write

Qualifiers: [key]

Status message category.

MessageType

Data type: UInt32

Access type: Read-only

Qualifiers: [enumeration, read]

See SMS_StatusMessage Server WMI Class.

StatusTime

Data type: DateTime

Access type: Read-only

Qualifiers: [read]

Date and time, in Universal Coordinated Time (UTC), when the status message was created.

Show: