In Configuration Manager, the DistributionPoints property contains a comma-delimited list of distribution points, most preferable first.

[IDL]
HRESULT DistributionPoints([in] BSTR DistributionPoints);

HRESULT DistributionPoints([out,retval] BSTR* DistributionPoints);

Parameters

DistributionPoints

Data type: BSTRQualifiers: [in; out, retval]On input, the distribution points to set. On output, this parameter points to the retrieved distribution points.

Return Values

An HRESULT code. Possible values include, but are not limited to, the following value.

S_OK

The method succeeded.

Remarks

Media creation will look for package content from each of these distribution points, in order.

See Also