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

Methods

The SMS_DPGroupInfo class does not define any methods.

Properties

AssignedContentCount

Data type: UInt32Access type: Read/Write Qualifiers: noneCount of the packages or applications targeted to this distribution point group.
Description

Data type: StringAccess type: Read/Write Qualifiers: noneDescription for this distribution point group.
FeatureType

Data type: UInt32Access type: Read/Write Qualifiers: noneDeployment type for monitoring.
GroupID

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

Data type: UInt32Access type: Read/Write Qualifiers: noneCount of the distribution point members.
Name

Data type: StringAccess type: Read/Write Qualifiers: noneName of the distribution point group.
NumberErrors

Data type: UInt32Access type: Read/Write Qualifiers: noneCount of the number of packages or applications with failed to be distributed to this distribution point.
NumberInProgress

Data type: UInt32Access type: Read/Write Qualifiers: noneCount of the number of packages or applications being distributed to this distribution point.
NumberSuccess

Data type: UInt32Access type: Read/Write Qualifiers: noneCount of the number of packages or applications successfully distributed to this distribution point group.
NumberUnknown

Data type: UInt32Access type: Read/Write Qualifiers: noneCount of the number of packages or applications that are in an unknown state.

Remarks

Requirements

Runtime Requirements

Development Requirements

See Also