Microsoft Intune (Windows)
Deploy We360.ai agent via Microsoft Intune — Endpoint Manager setup for mass Windows employee monitoring software deployment.
Last updated
Was this helpful?
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.
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.
Do not rename the stealth installer file. The stealth installer filename is tied to your organization's license. Renaming it, or allowing extra characters to be appended (e.g. (1) or (2) from duplicate downloads), will cause the installation to fail.
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-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
For full command-line parameter documentation, see the README in the Microsoft Win32 Content Prep Tool GitHub repository.
Open Microsoft Endpoint Manager (endpoint.microsoft.com).
Navigate to Apps > All apps > Add.
Select Windows app (Win32) as the app type.
Upload the .intunewin file generated in Step 1.
Configure the install command:
Configure the uninstall command:
Set detection rules (e.g. check for the existence of MyZenV2.exe or MyZenV2s.exe in Program Files).
Assign the app to the appropriate device groups.
Last updated
Was this helpful?
Was this helpful?
IntuneWinAppUtil.exe -c C:\Users\admin\Downloads\ -s zs.msi -o .\intune -qMSIEXEC /i <msi-filename>.msi /QNMSIEXEC /x <msi-filename>.msi /QN