Win32 app management Flashcards

(23 cards)

1
Q

What does Microsoft Intune enable for Windows applications?

A

Win32 app management

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What can you do with Win32 app management in Intune?

A

Install, configure, protect, and monitor Windows applications

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

How are Win32 apps deployed in Intune?

A

Using the Microsoft Intune management extension (IME)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

When is the Microsoft Intune management extension (IME) installed?

A

Automatically when a PowerShell script or a Win32 app is assigned to the user or device

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What types of applications does Win32 app management support?

A

Several app types, including large traditional desktop apps

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What features does Win32 app management in Intune provide?

A

Control for complex app installations, detection rules, dependencies, and requirements

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What architectures does Win32 app management support?

A

32-bit and 64-bit Windows operating system architecture

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is a requirement for using Win32 app management?

A

Devices must be enrolled in Intune and either Microsoft Entra registered, Microsoft Entra joined, or Microsoft Entra hybrid joined

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is the maximum application size for Windows applications in Intune?

A

30 GB per app

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

True or False: Intune-only customers have greater management capabilities for their Win32 apps compared to cloud-connected customers using Microsoft Configuration Manager.

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What tool is used to prepare a Win32 app for Microsoft Intune?

A

Microsoft Win32 Content Prep Tool

This tool is essential for preprocessing Windows classic (Win32) apps.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What format does the Microsoft Win32 Content Prep Tool convert application installation files into?

A

.intunewin format

This format is required for the apps to be added to Microsoft Intune.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Fill in the blank: The Microsoft Win32 Content Prep Tool converts application installation files into the _______ format.

A

.intunewin

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What are the 7 specific steps to add and deploy a Win32 app?

A
  1. In the Intune pane, select Client apps > Apps > Add and select Windows app (Win32) from the drop-down list.
  2. Select App package file and browse to the intunewin file you created to upload the package to Intune.
  3. Add the App information. This will include information such as the name, description, publisher, category, owner, etc.
  4. 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}
  5. Define the app requirements. This might include if it’s x86/x64, minimum OS version, disk space required, minimum memory, etc.
  6. 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.
  7. 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.
  8. 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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What defines a relationship between apps in Intune?

A

App dependencies define a relationship between apps where one app requires one or more dependent apps to be installed.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What happens if Intune has not yet installed an app on a device regarding dependent apps?

A

Any apps configured as dependent apps must be installed first.

17
Q

What occurs when an app is already installed on a device in relation to newly configured dependent apps?

A

Intune will install any newly configured dependent apps, that are configured for automatic installation, the next time Intune evaluates app policy on the device.

18
Q

What is the maximum number of dependencies that can be included for a Win32 app?

A

There is a maximum of 100 dependencies, which include the dependencies of any included dependencies, as well as the app itself.

19
Q

What types of apps are not supported as dependencies for Win32 apps?

A

It doesn’t support depending on other app types, such as single MSI LOB apps or Microsoft Store apps.

20
Q

How can you search for an app dependency when adding it?

A

You can search based on the app name and publisher.

21
Q

What is the default setting for the Automatically install option for each dependency?

A

By default, the Automatically install option is set to Yes for each dependency.

22
Q

What happens when a dependent app is set to automatically install?

A

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.

23
Q

What are the assignment types you can select?

A

Required, Available for enrolled devices, Uninstall group assignments

These types determine how assignments are distributed and managed within the app.