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
{
	String arrNALPath[];
	String sGroupName;
};

Methods

The SMS_DistributionPointGroup class does not define any methods.

Properties

arrNALPath


Data type: String ArrayAccess type: Read/WriteQualifiers: NoneNetwork abstraction layer (NAL) paths that identify the distribution points in the group.
sGroupName


Data type: String Access type: Read/WriteQualifiers: [key]Name of the distribution point group. The default value is "".

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


Send comments about this topic to Microsoft.