Update-MSDeviceNotes
Update an existing Note in a Device
Syntax
Update-MSDeviceNotes -Id (Int32) -NoteId (Int32) -NoteText (String)
Examples
## Update existing Note with Id 45 linked to Device Id 2342 to contain text "Update"
Update-MSDeviceNotes -Id 2342 -NoteId 45 -NoteText "Update"