Remove-MSModuleItemNotes
Remove an existing Note from a Module Item (Applications, Users, Devices etc)
Syntax
Remove-MSModuleItemNotes -Module (String) -Id (Int32) -NoteId (Int32)
Examples
## Remove existing Note with Id 71 linked to Device Id 7325
Remove-MSModuleItemNotes -Module Devices -Id 7325 -NoteId 71