Add-MSDeploymentUnitNote

Add a Note to a Deployment Unit

Syntax


Add-MSDeploymentUnitNote -Id (Int32) -NoteText (String) [-ProcessId (Int32)] [-SubProcessId (Int32)]

Examples


## Add a Note containing text "Testing" to Deployment Unit Id 219
Add-MSDeploymentUnitNote -Id 219 -NoteText "Testing"