SMS_DPGroupCollections 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_DPGroupCollections Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that describes collection association for a given distribution point group.

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

Class SMS_DPGroupCollections : SMS_BaseClass
{
    String CollectionDescription;
    String CollectionID;
    UInt32 CollectionMemberCount;
    String CollectionName;
    String GroupDescription;
    String GroupID;
    String GroupName;
};

The SMS_DPGroupCollections class does not define any methods.

CollectionDescription

Data type: String

Access type: Read/Write

Qualifiers: none

Description of the collection.

CollectionID

Data type: String

Access type: Read/Write

Qualifiers: [key]

Collection associated with the distribution point group.

CollectionMemberCount

Data type: UInt32

Access type: Read/Write

Qualifiers: none

Count of the collection members.

CollectionName

Data type: String

Access type: Read/Write

Qualifiers: none

Name of the collection.

GroupDescription

Data type: String

Access type: Read/Write

Qualifiers: none

Description of the distribution point group.

GroupID

Data type: String

Access type: Read/Write

Qualifiers: [key]

Identifier for the distribution point group.

GroupName

Data type: String

Access type: Read/Write

Qualifiers: none

Name of the distribution point group.

Show: