Remove-MSDeviceNotes

Remove an existing Note from a Device

Syntax


Remove-MSDeviceNotes -Id (Int32) -NoteId (Int32)

Examples


## Remove existing Note with Id 72 linked to Device Id 1934
Remove-MSDeviceNotes -Id 1934 -NoteId 72