SMS_DistributionPointGroup Server WMI Class

 

Applies To: System Center 2012 Configuration Manager, System Center 2012 Configuration Manager SP1, System Center 2012 R2 Configuration Manager

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.

Syntax

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: UInt32

    Access type: Read-only

    Qualifiers: [read]

    Associated collection count.

  • ContentCount
    Data type: UInt32

    Access type: Read-only

    Qualifiers: [read]

    Associated content count.

  • ContentInSync
    Data type: Boolean

    Access type: Read-only

    Qualifiers: [read]

    Whether or not all the contents synchronized.

  • CreatedBy
    Data type: String

    Access type: Read-only

    Qualifiers: [read]

    Name of the user who created the distribution point group.

  • CreatedOn
    Data type: DateTime

    Access type: Read-only

    Qualifiers: [read]

    Date and time when the distribution point group was created.

  • Description
    Data type: String

    Access type: Read/Write

    Qualifiers: none

    Description for the distribution point group.

  • GroupID
    Data type: String

    Access type: Read/Write

    Qualifiers: [key]

    Auto-generated unique identifier.

  • HasMember
    Data type: Boolean

    Access type: Read-only

    Qualifiers: [read]

    true if there is distribution point in this distribution point group.

  • HasRelationship
    Data type: Boolean

    Access type: Read-only

    Qualifiers: [read]

    true if there is collection associated with this distribution point group.

  • MemberCount
    Data type: UInt32

    Access type: Read-only

    Qualifiers: [read]

    Count of members of this distribution point group.

  • ModifiedBy
    Data type: String

    Access type: Read-only

    Qualifiers: [read]

    Name of the user who modified the distribution point group.

  • ModifiedOn
    Data type: DateTime

    Access type: Read-only

    Qualifiers: [read]

    Date and time when the distribution point group was last modified.

  • Name
    Data type: String

    Access type: Read/Write

    Qualifiers: [not_null, unique]

    Name of this distribution point group.

  • OutOfSyncContentCount
    Data type: UInt32

    Access type: Read-only

    Qualifiers: [read]

    Count of out of sync content.

  • SourceSite
    Data type: String

    Access 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

For more information, see Configuration Manager Server Runtime Requirements.

Development Requirements

For more information, see Configuration Manager Server Development Requirements.

See Also

Configuration Manager Software Distribution Server WMI Classes
SMS_NAL_Methods Server WMI Class