Update-MSApplicationNotes

Update an existing Note in an Application

Syntax


Update-MSApplicationNotes -Id (Int32) -NoteId (Int32) -NoteText (String)

Examples


## Update existing Note with Id 67 linked to Application Id 68521 to contain text "Update"
Update-MSApplicationNotes -Id 68521 -NoteId 67 -NoteText "Update"