Remove-MSUserMigrationNotes
Remove an existing Note from a User Migration
Syntax
Remove-MSUserMigrationNotes -Id (Int32) -NoteId (Int32)
Examples
## Remove existing Note with Id 35 linked to User Migration Id 12432
Remove-MSUserMigrationNotes -Id 12432 -NoteId 35