Add-MSModuleItemNote

Add a Note to a Module Item (Applications, Users, Devices etc)

Syntax


Add-MSModuleItemNote -Module (String) -Id (Int32) -NoteText (String) [-ProcessId (Int32)] [-SubProcessId (Int32)] [-ImpersonateUser (String)]

Examples


## Add a Note containing text "Testing" to Device Id 3925
Add-MSModuleItemNote -Module Devices -Id 3925 -NoteText "Testing"