Export-MSModuleAttachment
Download an attachment from an App,User,Device etc to the local drive
Syntax
Export-MSModuleAttachment -Module (String) -AttachmentId (Int32) -ExportToFolder (String)
Examples
Add-MSModuleAttachment -Module Applications -AttachmentId 1000 -ExportToFolder "c:\tmp"