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

  1. Package the myViewBoard MSI into a .intunewin file using the Microsoft Win32 Content Prep Tool.

  2. Create a detection.ps1 script.

  3. Upload the package in Intune under Apps > Windows apps as a Win32 app.

  4. Set the install command, e.g.: msiexec /i "myViewBoardV3_3.2.1_x64.msi" /qn ORGANIZATION="YourEntityName"

Deploying via GPO

  1. Place the MSI on a shared network drive.

  2. Use the same msiexec /qn /i command with the ORGANIZATION parameter in your Group Policy script.

Related articles

For a more detailed breakdown of this topic, see the articles below: