Get-MSModuleItemNotes
Get Notes for a Module Item (Applications, Users, Devices etc)
Syntax
Get-MSModuleItemNotes -Module (String) -Id (Int32)
Examples
## Return a count of Notes attached to Defect Id 4176
(Get-MSModuleItemNotes -Module Defects -Id 4176).Count