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

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

Class SMS_DPGroupPackages : SMS_BaseClass
{
	String GroupID;
	String PkgID;
};

Methods

The SMS_DPGroupPackages class does not define any methods.

Properties

GroupID

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

Data type: StringAccess type: Read/Write Qualifiers: [key]Package associated with the distribution point group.

Remarks

Requirements

Runtime Requirements

Development Requirements

See Also