nerdexam
Microsoft

MD-102 · Question #472

You have a Microsoft 365 E5 subscription. You use Microsoft Intune to manage all devices. You need to prepare a Win32 app named App1.exe for deployment. What should you do first?

The correct answer is B. Change App1.exe to the INTUNEWIN format. Before deploying a Win32 app with Intune, it must first be packaged into the .intunewin format using the Microsoft Win32 Content Prep Tool.

Submitted by anna_se· Apr 18, 2026Manage applications

Question

You have a Microsoft 365 E5 subscription. You use Microsoft Intune to manage all devices. You need to prepare a Win32 app named App1.exe for deployment. What should you do first?

Options

  • AFrom the Microsoft Intune admin center, create an app configuration policy.
  • BChange App1.exe to the INTUNEWIN format.
  • CFrom the Microsoft 365 Apps admin center, create a deployment configuration.
  • DUpload App1.exe to Azure Blob Storage.

How the community answered

(33 responses)
  • A
    3% (1)
  • B
    79% (26)
  • C
    12% (4)
  • D
    6% (2)

Why each option

Before deploying a Win32 app with Intune, it must first be packaged into the .intunewin format using the Microsoft Win32 Content Prep Tool.

AFrom the Microsoft Intune admin center, create an app configuration policy.

An app configuration policy is used to configure specific settings for an app *after* it has been prepared and added to Intune, not as the initial preparation step.

BChange App1.exe to the INTUNEWIN format.Correct

Before a Win32 application (like App1.exe) can be deployed via Microsoft Intune, it must first be packaged into the `.intunewin` format. This process uses the Microsoft Win32 Content Prep Tool to compress and encrypt the installer and its dependencies into a single file that Intune can distribute.

CFrom the Microsoft 365 Apps admin center, create a deployment configuration.

The Microsoft 365 Apps admin center is used for managing Microsoft 365 Apps suites, not generic Win32 applications like App1.exe.

DUpload App1.exe to Azure Blob Storage.

While Intune uses Azure storage, you do not manually upload the raw .exe file directly to Azure Blob Storage; the `.intunewin` file is uploaded to Intune via the admin center, which then handles its storage.

Concept tested: Intune Win32 app packaging

Source: https://learn.microsoft.com/en-us/mem/intune/apps/apps-win32-prepare

Topics

#Win32 app deployment#INTUNEWIN format#Intune app packaging

Community Discussion

No community discussion yet for this question.

Full MD-102 Practice