Update-MSBespokeNotes
Update an existing Note in a Bespoke Item
Syntax
Update-MSBespokeNotes -Id (Int32) -NoteId (Int32) -NoteText (String)
Examples
## Update existing Note with Id 56 linked to Bespoke Item Id 8792 to contain text "Update"
Update-MSBespokeNotes -Id 8792 -NoteId 56 -NoteText "Update"