Add-MSDevicesToDeployUnit

Add Devices to Deployment Units

Syntax


Add-MSDevicesToDeployUnit -DeviceIds (Array) -DeployUnitId (Int32)

Add-MSDevicesToDeployUnit -DeviceIds (Array) -DeployUnitName (String)

Examples


## Add Device with Id 1000 to Deployment Unit with Id 2034
Add-MSDevicesToDeployUnit -DeviceIds 1000 -DeployUnitId 2034