SMS_DPGroupInfo 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_DPGroupInfo Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that describes a distribution point group.
The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.
Class SMS_DPGroupInfo : SMS_BaseClass
{
UInt32 AssignedContentCount;
String Description;
UInt32 FeatureType;
String GroupID;
UInt32 MembersCount;
String Name;
UInt32 NumberErrors;
UInt32 NumberInProgress;
UInt32 NumberSuccess;
UInt32 NumberUnknown;
};
The SMS_DPGroupInfo class does not define any methods.
- AssignedContentCount
Data type: UInt32
Access type: Read/Write
Qualifiers: none
Count of the packages or applications targeted to this distribution point group.
- Description
Data type: String
Access type: Read/Write
Qualifiers: none
Description for this distribution point group.
- FeatureType
Data type: UInt32
Access type: Read/Write
Qualifiers: none
Deployment type for monitoring.
- GroupID
Data type: String
Access type: Read/Write
Qualifiers: [key]
Unique identifier for the distribution point group.
- MembersCount
Data type: UInt32
Access type: Read/Write
Qualifiers: none
Count of the distribution point members.
- Name
Data type: String
Access type: Read/Write
Qualifiers: none
Name of the distribution point group.
- NumberErrors
Data type: UInt32
Access type: Read/Write
Qualifiers: none
Count of the number of packages or applications with failed to be distributed to this distribution point.
- NumberInProgress
Data type: UInt32
Access type: Read/Write
Qualifiers: none
Count of the number of packages or applications being distributed to this distribution point.
- NumberSuccess
Data type: UInt32
Access type: Read/Write
Qualifiers: none
Count of the number of packages or applications successfully distributed to this distribution point group.
- NumberUnknown
Data type: UInt32
Access type: Read/Write
Qualifiers: none
Count of the number of packages or applications that are in an unknown state.
Requirements
For more information, see Configuration Manager Server Runtime Requirements.
For more information, see Configuration Manager Server Development Requirements.