Remove-MSDefectFromModuleItems
Remove Defect record link from multiple Apps, Users, Devices etc.
Syntax
Remove-MSDefectFromModuleItems -Module (String) -InstanceIds (Int32[]) -DefectId (Int32)
Examples
## Remove defect Id 559 link from Applications with Ids 2798, 3317, 3388
Remove-MSDefectFromModuleItems -Module Applications -InstanceIds @(2798, 3317, 3388) -DefectId 559