The SMS_DPGroupContentInfo Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that describes package 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_DPGroupContentInfo : SMS_BaseClass
{
	String Description;
	String GroupID;
	Boolean IsPredefinedPackage;
	String Name;
	String ObjectID;
	UInt32 ObjectType;
	UInt32 ObjectTypeID;
	String PackageID;
	UInt32 SourceSize;
};

Methods

The SMS_DPGroupContentInfo class does not define any methods.

Properties

Description

Data type: StringAccess type: Read/Write Qualifiers: noneDescription for the package or application.
GroupID

Data type: StringAccess type: Read/Write Qualifiers: [key]Unique identifier for the distribution point group.
IsPredefinedPackage

Data type: BooleanAccess type: Read-only Qualifiers: [read]True if this package is a predefined package.
Name

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

Data type: StringAccess type: Read/Write Qualifiers: noneThe identifier of the package or the unique identifier of the configuration item.
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: [key]Identifier for the package.
SourceSize

Data type: UInt32Access type: Read/Write Qualifiers: noneSource size of the package.

Remarks

Requirements

Runtime Requirements

Development Requirements

See Also