SMS_DPGroupPackages 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_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;
};

The SMS_DPGroupPackages class does not define any methods.

GroupID

Data type: String

Access type: Read/Write

Qualifiers: [key]

Unique identifier for the distribution point group.

PkgID

Data type: String

Access type: Read/Write

Qualifiers: [key]

Package associated with the distribution point group.

Show: