You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks @HermanGB for the feedback. I've unfortunately found various instances where a description refers to an "array" when the parameter clearly doesn't support it. In this case, as you noted, since the type is String and not String[] then it only supports a single DP. I'm making updates for the 2203 content so I'll make this change.
FYI, we rely on community support from members like you to assist. You can submit an edit to the article to contribute. For more information, see How to contribute.
[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.
The text was updated successfully, but these errors were encountered: