Remove-MSMailboxNotes
Remove an existing Note from a Mailbox
Syntax
Remove-MSMailboxNotes -Id (Int32) -NoteId (Int32)
Examples
## Remove existing Note with Id 94 linked to Mailbox Id 95703
Remove-MSMailboxNotes -Id 95703 -NoteId 94
Remove an existing Note from a Mailbox
Remove-MSMailboxNotes -Id (Int32) -NoteId (Int32)
## Remove existing Note with Id 94 linked to Mailbox Id 95703
Remove-MSMailboxNotes -Id 95703 -NoteId 94