Update-MSMailboxNotes
Update an existing Note in a Mailbox
Syntax
Update-MSMailboxNotes -Id (Int32) -NoteId (Int32) -NoteText (String)
Examples
## Update existing Note with Id 12 linked to Mailbox Id 100000 to contain text "Update"
Update-MSMailboxNotes -Id 100000 -NoteId 12 -NoteText "Update"