Info |
---|
This article instructs on explains how to deploy Breeze agent via Microsoft Intune. |
...
Breeze Agent can be deployed to Windows machine as a Windows app (Win32) application in Microsoft Intune.
Prepare the package necessary for creating the application in Microsoft Intune
1. On Download the Microsoft Win32 Content Prep Tool to a Windows 10 machine (v1607 or later, download the Microsoft Win32 Content Prep Tool).
2. Create a temporary working directory on the disk and put the downloaded tool inside (e.g., C:\breeze
).
3. Create a source directory named source
inside (C:\breeze\source
).
4. Rename the Breeze Agent distro file to the breeze-agent.exe
and put it in the source
directory (C:\breeze\source\breeze-agent.exe
).
5. In the source
directory, create a new plain-text file in UTF-8 encoding named install.cmd
(C:\breeze\source\install.cmd
) and paste the following content into it:
...
NOTE: more details about this process are available in Microsoft Intune documentation.
Create the Intune application
1. In the Microsoft Intune admin center, select Apps → All apps → Add.
2. On the pane 'Select app type', under the 'Other' select Windows app (Win32) from the list and click Select.
3. Click Select app package file and navigate to the .intunewin
file created before. When the app details appear, select Ok.
Populate mandatory fields with the following values:
...