Add-MSDeviceNote

Add a Note to a Device

Syntax


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

Examples


## Add a Note containing text "Testing" to Device Id 125
Add-MSDeviceNote -Id 125 -NoteText "Testing"