Update-MSDefectNotes
Update an existing Note in a Defect
Syntax
Update-MSDefectNotes -Id (Int32) -NoteId (Int32) -NoteText (String)
Examples
## Update existing Note with Id 793 linked to Defect Id 359 to contain text "Update"
Update-MSDefectNotes -Id 359 -NoteId 793 -NoteText "Update"