Update-MSModuleItemNotes

Update an existing Note in a Module Item (Applications, Users, Devices etc)

Syntax


Update-MSModuleItemNotes -Module (String) -Id (Int32) -NoteId (Int32) -NoteText (String)

Examples


## Update existing Note with Id 287 linked to Device Id 3925 to contain text "Update"
Update-MSModuleItemNotes -Module Devices -Id 3925 -NoteId 287 -NoteText "Update"