Applies to: myViewBoard 3.0
Package the MSI as a Win32 app for Intune, or push it via Group Policy from a shared network drive using the same msiexec command used for manual installs. SCCM deployment follows the same MSI and msiexec pattern, added as an application in your SCCM deployment share.
Deploying via Intune
Package the myViewBoard MSI into a .intunewin file using the Microsoft Win32 Content Prep Tool.
Create a detection.ps1 script.
Upload the package in Intune under Apps > Windows apps as a Win32 app.
Set the install command, e.g.:
msiexec /i "myViewBoardV3_3.2.1_x64.msi" /qn ORGANIZATION="YourEntityName"
Deploying via GPO
Place the MSI on a shared network drive.
Use the same
msiexec /qn /icommand with the ORGANIZATION parameter in your Group Policy script.
Related articles
For a more detailed breakdown of this topic, see the articles below: