Microsoft Intune (Windows)

Deploy We360.ai agent via Microsoft Intune — Endpoint Manager setup for mass Windows employee monitoring software deployment.

To deploy the MyZen Windows agent via Microsoft Intune, the MSI file must first be converted to the .intunewin format using the Microsoft Win32 Content Prep Tool.

Prerequisites

  • The MyZen Windows MSI installer downloaded from the We360.ai admin portal.

  • The Microsoft Win32 Content Prep Tool (IntuneWinAppUtil.exe).

  • Access to Microsoft Endpoint Manager (Intune).

  • The installer file must not be renamed or have extra characters appended to the filename. The stealth installer filename is tied to your organization's license.

Step 1: Convert the MSI to .intunewin Format

Run the Win32 Content Prep Tool from a Command Prompt or PowerShell:

IntuneWinAppUtil.exe -c <folder-containing-msi> -s <msi-filename> -o <output-folder> -q
Flag
Description

-c

Folder containing the MSI file

-s

The MSI filename (not including the folder path)

-o

Output folder for the .intunewin file

-q

Quiet mode

Example

For full command-line parameter documentation, see the README in the Microsoft Win32 Content Prep Tool GitHub repository.

Step 2: Upload to Intune

  1. Open Microsoft Endpoint Manager (endpoint.microsoft.com).

  2. Navigate to Apps > All apps > Add.

  3. Select Windows app (Win32) as the app type.

  4. Upload the .intunewin file generated in Step 1.

  5. Configure the install command:

  6. Configure the uninstall command:

  7. Set detection rules (e.g. check for the existence of MyZenV2.exe or MyZenV2s.exe in Program Files).

  8. Assign the app to the appropriate device groups.

Last updated

Was this helpful?