Add-MSModuleAttachment
Upload and add an attachment to an App,User,Device etc
Syntax
Add-MSModuleAttachment -Module (String) -Id (Int32) -FilePath (String) [-AttachmentTypeId (Int32)] [-AttachmentType (String)]
Examples
Add-MSModuleAttachment -Module Applications -Id 1000 -FilePath "c:\tmp\screenshot.png" -AttachmentType 'ScreenShot'