Add-MSModuleItemsToDeployUnit

Add Apps, Users, Devices, Bespokes or Mailboxes to Deployment Units

Syntax


Add-MSModuleItemsToDeployUnit -Module (String) -Ids (Int32[]) -DeployUnitId (Int32)

Add-MSModuleItemsToDeployUnit -Module (String) -Ids (Int32[]) -DeployUnitName (String)

Examples


## Add Application with Id 1000 to Deployment Unit with Id 2034
Add-MSModuleItemsToDeployUnit -Module "Applications" -Ids 1000 -DeployUnitId 2034