The SMS_DistributionPointGroup Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents a group of distribution points rendered in the Configuration Manager console.

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

Class SMS_DistributionPointGroup : SMS_BaseClass
{
	UInt32 CollectionCount;
	UInt32 ContentCount;
	Boolean ContentInSync;
	String CreatedBy;
	DateTime CreatedOn;
	String Description;
	String GroupID;
	Boolean HasMember;
	Boolean HasRelationship;
	UInt32 MemberCount;
	String ModifiedBy;
	DateTime ModifiedOn;
	String Name;
	UInt32 OutOfSyncContentCount;
	String SourceSite;
};

Methods

The following table lists the methods in the SMS_DistributionPointGroup class.

Method Description

AddDistributionPoints Method in Class SMS_DistributionPointGroup

Adds distribution points to this distribution point group.

AddPackages Method in Class SMS_DistributionPointGroup

Assigns a set of packages to the distribution point group.

AssociateCollections Method in Class SMS_DistributionPointGroup

Associates a set of collections to this distribution point group.

DisassociateCollections Method in Class SMS_DistributionPointGroup

Removes a set of associated collections from this distribution point group.

ReDistributePackage Method in Class SMS_DistributionPointGroup

Redistributes a package to all of the member distribution points.

RefreshDPGroup Method in Class SMS_DistributionPointGroup

Refreshes all of the member distribution points with the latest version of the targeted packages.

RemoveDistributionPoints Method in Class SMS_DistributionPointGroup

Removes distribution points from this distribution point group.

RemovePackages Method in Class SMS_DistributionPointGroup

Removes a set of packages from this distribution point group.

Properties

CollectionCount

Data type: UInt32Access type: Read-only Qualifiers: [read]Associated collection count.
ContentCount

Data type: UInt32Access type: Read-only Qualifiers: [read]Associated content count.
ContentInSync

Data type: BooleanAccess type: Read-only Qualifiers: [read]Whether or not all the contents synchronized.
CreatedBy

Data type: StringAccess type: Read-only Qualifiers: [read]Name of the user who created the distribution point group.
CreatedOn

Data type: DateTimeAccess type: Read-only Qualifiers: [read]Date and time when the distribution point group was created.
Description

Data type: StringAccess type: Read/Write Qualifiers: noneDescription for the distribution point group.
GroupID

Data type: StringAccess type: Read/Write Qualifiers: [key]Auto-generated unique identifier.
HasMember

Data type: BooleanAccess type: Read-only Qualifiers: [read]true if there is distribution point in this distribution point group.
HasRelationship

Data type: BooleanAccess type: Read-only Qualifiers: [read]true if there is collection associated with this distribution point group.
MemberCount

Data type: UInt32Access type: Read-only Qualifiers: [read]Count of members of this distribution point group.
ModifiedBy

Data type: StringAccess type: Read-only Qualifiers: [read]Name of the user who modified the distribution point group.
ModifiedOn

Data type: DateTimeAccess type: Read-only Qualifiers: [read]Date and time when the distribution point group was last modified.
Name

Data type: StringAccess type: Read/Write Qualifiers: [not_null, unique]Name of this distribution point group.
OutOfSyncContentCount

Data type: UInt32Access type: Read-only Qualifiers: [read]Count of out of sync content.
SourceSite

Data type: StringAccess type: Read-only Qualifiers: [read, sizelimit("3")]Source site for the distribution point group.

Remarks

There are no special class qualifiers for this class. For more information about both the class qualifiers and the property qualifiers included in the Properties section, see Configuration Manager Class and Property Qualifiers.

Requirements

Runtime Requirements

Development Requirements

See Also