Add-MSBespokesToDeployUnit
Add Bespokes to Deployment Units
Syntax
Add-MSBespokesToDeployUnit -BespokeIds (Array) -DeployUnitId (Int32)
Add-MSBespokesToDeployUnit -BespokeIds (Array) -DeployUnitName (String)
Examples
## Add Bespoke item with Id 1000 to Deployment Unit with Id 2034
Add-MSBespokesToDeployUnit -BespokeIds 1000 -DeployUnitId 2034