SMS_DistributionStatus 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_DistributionStatus Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents the status of a package that has been assigned to a distribution point.

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

Class SMS_DistributionStatus : SMS_BaseClass
{
    UInt32 Assets;
    DateTime LastUpdateDate;
    UInt32 MessageCategory;
    String ObjectID;
    UInt32 ObjectTypeID;
    String PackageID;
    UInt32 Type;
};

The SMS_DistributionStatus class does not define any methods.

Assets

Data type: UInt32

Access type: Read-only

Qualifiers: [read]

Number of distribution points in this status.

LastUpdateDate

Data type: DateTime

Access type: Read-only

Qualifiers: [read]

Last status update date.

MessageCategory

Data type: UInt32

Access type: Read-only

Qualifiers: [key, read]

Status message category.

ObjectID

Data type: String

Access type: Read-only

Qualifiers: [key, read]

PackageID or ModelName.

ObjectTypeID

Data type: UInt32

Access type: Read-only

Qualifiers: [enumeration, read]

Secured object class ID.

2

SMS_DistributionStatus

14

SMS_OperatingSystemInstallPackage

18

SMS_ImagePackage

19

SMS_BootImagePackage

21

SMS_DeviceSettingPackage

23

SMS_DriverPackage

24

SMS_SoftwareUpdatesPackage

31

SMS_Application

PackageID

Data type: String

Access type: Read-only

Qualifiers: [read]

PackageID.

Type

Data type: UInt32

Access type: Read-only

Qualifiers: [enumeration, read]

Status Type.

1

Success

2

InProgress

3

Error

Show: