Remove-MSDeploymentUnitNotes

Remove an existing Note from a Deployment Unit

Syntax


Remove-MSDeploymentUnitNotes -Id (Int32) -NoteId (Int32)

Examples


## Remove existing Note with Id 2745 linked to Deployment Unit Id 8929
Remove-MSDeploymentUnitNotes -Id 8929 -NoteId 2745