What is Microsoft Intune? Link to heading
Microsoft Intune is a cloud-based unified endpoint management (UEM) tool that aims to help organizations manage the mobile devices employees use to access corporate data and application.
Why use Intune? Link to heading
This UEM allows you to be able to control the life cycle of a devices as far as policy, updates, apps, and more. It is easy to intergrate with Microsoft devices but other devices like Android, IOS, Linux, etc. For example you can depoly update cycles to different users based on groups.
How to depoly an app to Intune devices Link to heading
What we need to do is make a .intunewin file with this github project.
- First step is to downlaod the app you want to use. I will be using Google Chrome but this will really work for any app.
- Then downlaod the whole github project. Just click code then “Downlaod zip”
- Unzip the github project
- With in the github project folder make to folder “in” and “out” without the quotes.
- Then put the exe file or the app you want to use in the “in” folder
- then from the root folder of the github project run this command
./IntuneWinAppUtils -c in/ -s google.exe -o out/
- Just replace the “google.exe” with the file name of the app you want to depoly
- Then go to intune
- then got Apps -> Windows apps -> create
- put the app type as “Windows app (Win32)”
- then add the .itnunewin file.
- fill out all the info. If you want it avaible in the company portal then but yes for “Show this as a featured app in the Company Portal”
- Each app needs install and uninstall command. Sadly each program is different so I can not help with this.
- Add requirments as far as OS requirments, etc.
- Dection rules. What I try to do with this install the program. Find where the program exe file is and use that as a detection
- Skip till you get assigment thne assign which group has access to the program.
This is pretty easy onces you do it a few times.