Add-MSDefectNote

Add a Note to a Defect

Syntax


Add-MSDefectNote -Id (Int32) -NoteText (String) [-ProcessId (Int32)] [-SubProcessId (Int32)]

Examples


## Add a Note containing text "Testing" to Defect Id 365
Add-MSDefectNote -Id 365 -NoteText "Testing"