Update-MSDeploymentUnitNotes

Update an existing Note in a Deployment Unit

Syntax


Update-MSDeploymentUnitNotes -Id (Int32) -NoteId (Int32) -NoteText (String)

Examples


## Update existing Note with Id 78 linked to Deployment Unit Id 2349 to contain text "Update"
Update-MSDeploymentUnitNotes -Id 2349 -NoteId 78 -NoteText "Update"