Lesson 2, Topic 8
In Progress

Upload the package to Intune.

John Kraczek October 28, 2024
Lesson Progress
0% Complete

This is the easiest part of the process. Navigate to https://intune.microsoft.com/ and login with your admin account. Then navigate to Apps -> All Apps -> + Add

Choose Windows App (Win32) from the dropdown. 

Navigate to your output folder and choose your intunewin file. 

Page 1: Fill out the App information on the first page including the logo. 

Page 2: Insert the install & uninstall commands from start_commands.txt 
PowerShell
				
					powershell.exe -executionpolicy bypass -file ".\PreLaunch.ps1"
powershell.exe -executionpolicy bypass -file ".\PreLaunch.ps1" -DeploymentType "Uninstall"
				
			

Use the first as the install command and the second as the uninstall command.  

Page 3: State the requirements for the software. 
Page 4: Add your detection rule. We are specifying the MSI install code we found earlier. There are other ways to detect if the software installs, but I'll leave that to you to figure out.
Page 5 & 6: If your software depends on or supercedes other software in the company portal you can add that here.
Page 7: On the assignments page you can choose the groups that can access this software. For my company most software is available to be installed by anyone if they need it, so I click All Users.
Page 8: Review all of the information you have put into intune and click Create.
0 0 votes
Rating
Subscribe
Notify of
0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x