Remove-MSApplicationNotes
Remove an existing Note from an Application
Syntax
Remove-MSApplicationNotes -Id (Int32) -NoteId (Int32)
Examples
## Remove existing Note with Id 815 linked to Application Id 57142
Remove-MSApplicationNotes -Id 57142 -NoteId 815