Update-MSUserMigrationNotes
Update an existing Note in a User Migration
Syntax
Update-MSUserMigrationNotes -Id (Int32) -NoteId (Int32) -NoteText (String)
Examples
## Update existing Note with Id 23 linked to User Migration Id 4782 to contain text "Update"
Update-MSUserMigrationNotes -Id 4782 -NoteId 23 -NoteText "Update"