Remove-MSModuleItemsFromDeployUnit
Remove Apps, Users, Devices, Mailboxes or Bespokes from Deployment Units
Syntax
Remove-MSModuleItemsFromDeployUnit -Module (String) -Ids (Int32[])
Examples
## Remove User with Id 1000 from Deployment Unit with Id 2034
Remove-MSModuleItemsFromDeployUnit -Module "UserMigrations" -Ids 1000 -DeployUnitId 2034