SMS_DistributionPointGroup
The SMS_DistributionPointGroup WMI class is used by the console to let users combine multiple distribution points into a single group. The user can then select a group of distribution points to assign to a package instead of making individual distribution point assignments.
The following syntax is simplified from MOF code and includes all inherited properties.
Class SMS_DistributionPointGroup : SMS_BaseClass
{
string arrNALPath[];
string sGroupName;
};
Properties
arrNALPath
Data type: string[]
Access type: Read/writeOne or more network access layer (NAL) paths that identify the distribution points in the group.
sGroupName
Data type: string
Access type: Read/write
Qualifiers: KeyName of the distribution point group.
See Also
SMS_NAL_Methods, SMS_SystemResourceList, SMS_DistributionPoint, Software Distribution Classes