Add-MSApplicationsToDeployUnit

Add Apps to Deployment Units

Syntax


Add-MSApplicationsToDeployUnit -AppIds (Array) -DeployUnitId (Int32)

Add-MSApplicationsToDeployUnit -AppIds (Array) -DeployUnitName (String)

Examples


## Add Application with Id 1000 to Deployment Unit with Id 2034
Add-MSApplicationsToDeployUnit -AppIds 1000 -DeployUnitId 2034