Win32 app management Flashcards
(23 cards)
What does Microsoft Intune enable for Windows applications?
Win32 app management
What can you do with Win32 app management in Intune?
Install, configure, protect, and monitor Windows applications
How are Win32 apps deployed in Intune?
Using the Microsoft Intune management extension (IME)
When is the Microsoft Intune management extension (IME) installed?
Automatically when a PowerShell script or a Win32 app is assigned to the user or device
What types of applications does Win32 app management support?
Several app types, including large traditional desktop apps
What features does Win32 app management in Intune provide?
Control for complex app installations, detection rules, dependencies, and requirements
What architectures does Win32 app management support?
32-bit and 64-bit Windows operating system architecture
What is a requirement for using Win32 app management?
Devices must be enrolled in Intune and either Microsoft Entra registered, Microsoft Entra joined, or Microsoft Entra hybrid joined
What is the maximum application size for Windows applications in Intune?
30 GB per app
True or False: Intune-only customers have greater management capabilities for their Win32 apps compared to cloud-connected customers using Microsoft Configuration Manager.
True
What tool is used to prepare a Win32 app for Microsoft Intune?
Microsoft Win32 Content Prep Tool
This tool is essential for preprocessing Windows classic (Win32) apps.
What format does the Microsoft Win32 Content Prep Tool convert application installation files into?
.intunewin format
This format is required for the apps to be added to Microsoft Intune.
Fill in the blank: The Microsoft Win32 Content Prep Tool converts application installation files into the _______ format.
.intunewin
What are the 7 specific steps to add and deploy a Win32 app?
- In the Intune pane, select Client apps > Apps > Add and select Windows app (Win32) from the drop-down list.
- Select App package file and browse to the intunewin file you created to upload the package to Intune.
- Add the App information. This will include information such as the name, description, publisher, category, owner, etc.
- Configure app installation install and uninstall commands. This might look like the following for installing and uninstalling, respectively:
msiexec /p “MyApp.msp”
msiexec /x “{Bundle ID} - Define the app requirements. This might include if it’s x86/x64, minimum OS version, disk space required, minimum memory, etc.
- Add requirement rules. These define a specific configuration to look for, such as an existing file or folder, a registry value, or a script to execute and compare against the results of the script.
- Configure app detection rules. If the Win32 app has dependencies on other apps, the detection rule can bet set to check for information such as an MSI product code or the presence of a path/file, a registry key/value, or the results of a script.
- Configure App return codes. This defines the result of the installation. Default values such as Success, Failure, Reboot required, and Retry are available. More codes can be created.
Once the process of adding the app is complete, it can be assigned like any other app. Delivery optimization is supported and toast notifications can be suppressed as well.
What defines a relationship between apps in Intune?
App dependencies define a relationship between apps where one app requires one or more dependent apps to be installed.
What happens if Intune has not yet installed an app on a device regarding dependent apps?
Any apps configured as dependent apps must be installed first.
What occurs when an app is already installed on a device in relation to newly configured dependent apps?
Intune will install any newly configured dependent apps, that are configured for automatic installation, the next time Intune evaluates app policy on the device.
What is the maximum number of dependencies that can be included for a Win32 app?
There is a maximum of 100 dependencies, which include the dependencies of any included dependencies, as well as the app itself.
What types of apps are not supported as dependencies for Win32 apps?
It doesn’t support depending on other app types, such as single MSI LOB apps or Microsoft Store apps.
How can you search for an app dependency when adding it?
You can search based on the app name and publisher.
What is the default setting for the Automatically install option for each dependency?
By default, the Automatically install option is set to Yes for each dependency.
What happens when a dependent app is set to automatically install?
Intune will install the app on the device to satisfy the defined dependency relationship, even if the dependent app isn’t targeted to the user or device.
What are the assignment types you can select?
Required, Available for enrolled devices, Uninstall group assignments
These types determine how assignments are distributed and managed within the app.