Skip to content

DistributionPointName does not support array #263

Open
@HermanGB

Description

@HermanGB

[Enter feedback here]

Hi,

"Specifies an array of names of distribution points" andtype is string.
I have tried all sort's of array's and is unable to make this work.

Example:

This works:
Get-CMDeploymentPackage -DeploymentPackageName "BIOS Update - Lenovo ThinkStation P340" -DistributionPointName "DP1"

This does not work:

Array's tried =

DP1,DP2
"DP1,DP2"
'DP1,DP2'
"'DP1,'DP2'"
$DPs = @("DP1,DP2")

Get-CMDeploymentPackage -DeploymentPackageName "BIOS Update - Lenovo ThinkStation P340" -DistributionPointName Array


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

Metadata

Metadata

Assignees

Labels

doc-bugout of date, unclear, confusing, or broken

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions