The SMS_DPGroupDistributionStatusDetails Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents distribution point status details.

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

Class SMS_DPGroupDistributionStatusDetails : SMS_BaseClass
{
	String ContentName;
	String DPName;
	String GroupID;
	UInt64 ID;
	String InsString1;
	String InsString10;
	String InsString2;
	String InsString3;
	String InsString4;
	String InsString5;
	String InsString6;
	String InsString7;
	String InsString8;
	String InsString9;
	UInt32 MessageCategory;
	UInt32 MessageFullID;
	UInt32 MessageID;
	UInt32 MessageSeverity;
	UInt32 MessageState;
	String ObjectID;
	UInt32 ObjectType;
	UInt32 ObjectTypeID;
	String PackageID;
	String SiteCode;
	UInt64 StatusMsgID;
	DateTime StatusTime;
};

Methods

The SMS_DPGroupDistributionStatusDetails class does not define any methods.

Properties

ContentName

Data type: StringAccess type: Read/Write Qualifiers: noneName of the package or application.
DPName

Data type: StringAccess type: Read/Write Qualifiers: noneName of the distribution point.
GroupID

Data type: StringAccess type: Read/Write Qualifiers: noneUnique identifier for the distribution point group.
ID

Data type: UInt64Access type: Read/Write Qualifiers: [key]Status message identifier.
InsString1

Data type: StringAccess type: Read/Write Qualifiers: noneInsertion string for the given status message.
InsString10

Data type: StringAccess type: Read/Write Qualifiers: noneInsertion string for the given status message.
InsString2

Data type: StringAccess type: Read/Write Qualifiers: noneInsertion string for the given status message.
InsString3

Data type: StringAccess type: Read/Write Qualifiers: noneInsertion string for the given status message.
InsString4

Data type: StringAccess type: Read/Write Qualifiers: noneInsertion string for the given status message.
InsString5

Data type: StringAccess type: Read/Write Qualifiers: noneInsertion string for the given status message.
InsString6

Data type: StringAccess type: Read/Write Qualifiers: noneInsertion string for the given status message.
InsString7

Data type: StringAccess type: Read/Write Qualifiers: noneInsertion string for the given status message.
InsString8

Data type: StringAccess type: Read/Write Qualifiers: noneInsertion string for the given status message.
InsString9

Data type: StringAccess type: Read/Write Qualifiers: noneInsertion string for the given status message.
MessageCategory

Data type: UInt32Access type: Read/Write Qualifiers: noneStatus message category.
MessageFullID

Data type: UInt32Access type: Read-only Qualifiers: [read]Status message full ID with severity.
MessageID

Data type: UInt32Access type: Read/Write Qualifiers: noneIdentifier for the status message.
MessageSeverity

Data type: UInt32Access type: Read-only Qualifiers: [enumeration, read]Severity of the status message.

0x40000000

Success

0x80000000

Warning

0xC0000000

Error

MessageState

Data type: UInt32Access type: Read-only Qualifiers: [enumeration, read]State of the message.

1

Success

2

InProgress

3

Error

ObjectID

Data type: StringAccess type: Read/Write Qualifiers: noneName of the package or application.
ObjectType

Data type: UInt32Access type: Read/Write Qualifiers: [enumeration]Object type.

Value

Description

0

PKG_TYPE_REGULAR

3

PKG_TYPE_DRIVER

4

PKG_TYPE_TASK_SEQUENCE

5

PKG_TYPE_SWUPDATES

6

PKG_TYPE_DEVICE_SETTING

8

PKG_CONTENT_PACKAGE

257

PKG_TYPE_IMAGE

258

PKG_TYPE_BOOTIMAGE

259

PKG_TYPE_OSINSTALLIMAGE

512

APPLICATION

ObjectTypeID

Data type: UInt32Access type: Read-only Qualifiers: [enumeration, read]Secured object class ID.

Value

Description

2

SMS_Package

14

SMS_OperatingSystemInstallPackage

18

SMS_ImagePackage

19

SMS_BootImagePackage

23

SMS_DriverPackage

24

SMS_SoftwareUpdatesPackage

31

SMS_Application

PackageID

Data type: StringAccess type: Read/Write Qualifiers: noneIdentifier for the package.
SiteCode

Data type: StringAccess type: Read/Write Qualifiers: noneSource site for this status.
StatusMsgID

Data type: UInt64Access type: Read/Write Qualifiers: noneStatus message instance identifier.
StatusTime

Data type: DateTimeAccess type: Read/Write Qualifiers: noneSee SMS_StatusMessage Server WMI Class.

Remarks

Requirements

Runtime Requirements

Development Requirements

See Also