Update-MSLockDefects
Lock a list of Defects. Use the -UnLock switch to UnLock instead
Syntax
Update-MSLockDefects -DefectIds (Int32[]) [-UnLock]
Examples
## Lock a list of Defects
Update-MSLockDefects -DefectIds @(1000,1001,1002)
## UnLock a list of Defects
Update-MSLockDefects -DefectIds @(1000,1001,1002) -UnLock