Exam MD-102 All QuestionsBrowse all questions from this exam
Question 84

You have a Microsoft 365 subscription that contains 1,000 Windows 11 devices enrolled in Microsoft Intune.

You plan to use Intune to deploy an application named App1 that contains multiple installation files.

What should you do first?

    Correct Answer: A

    To deploy an application with multiple installation files using Microsoft Intune, you should first prepare the app using the Microsoft Win32 Content Prep Tool. This tool consolidates the application installation files into a single .intunewin file, which is necessary for Intune to properly handle and deploy the application. Without using this tool, the app files cannot be directly uploaded or deployed through Intune.

Discussion
NozukaOption: A

Should be A. https://learn.microsoft.com/en-us/mem/intune/apps/apps-win32-prepare

picho707Option: A

The answer is: A. Prepare the contents of App1 by using the Microsoft Win32 Content Prep Tool. The other answer choices are incorrect: B. An Android application package (APK) is used to deploy Android apps, not Win32 apps. C. You cannot upload the contents of App1 to Intune until you have prepared the app content by using the Microsoft Win32 Content Prep Tool. D. The Microsoft Deployment Toolkit (MDT) is used to deploy Windows operating systems and other software to computers, not to manage mobile devices.

DarkfireOption: C

C is correct Win32 app is not mentioned in the question. So it's an normal app.

OyYaGotta

Darkfire is technically correct. Although the question is badly worded. It doesn't mention the app is a line of business app. Win32 Prep tool is only needed for LOB apps.

KrayzrOption: A

A. Prepare the contents of App1 by using the Microsoft Win32 Content Prep Tool. Here's why: Microsoft Win32 Content Prep Tool specifically prepares Windows applications for deployment with Microsoft Intune. It converts the installation files into the format required by Intune (.intunewin) and gathers information about the application for proper management. Android application package (APK) wouldn't be relevant since you're dealing with Windows 11 devices and App1. Uploading the contents directly without preparation can lead to deployment failures in Intune. Microsoft Deployment Toolkit (MDT) focuses on creating Windows images, not preparing existing applications for Intune deployment.

MerrybobOption: A

A. Prepare the contents of App1 by using the Microsoft Win32 Content Prep Tool.

PugmohoneOption: A

Multiple files. Must be A. Need to wrap all the files as an intunewin

oopspruuOption: A

You can upload LOB apps directly with the msi or msix or msixbundle etc extensions. But you cannot upload .exe files in that option. Since the question doesn't really say what type of files there are, I'd package all files in a intunewim format and execute the script command to install it using a script.

Michael_010Option: A

so many discussable questions.. not stated correctly as MS always does. what do they mean with installation files... are that for example dll files or MSI? In case of any files except msi you should give answer A. if they mean multiple msi files it must be C in order to proceed (without the need of scripting). In my opinion this should not make it to the final exam questions, to many room for assumptions I do have several years experience in working with Intune

Michael_010

reviewed Microsoft Learn, now the Answer is 100% A Use the Microsoft Win32 Content Prep Tool to preprocess Windows classic (Win32) apps. The tool converts application installation files into the .intunewin format.

650afa5

had this one on the exam yesterday. I went with A. Still scored a 662, but obviously not sure if A was correct

MR_EliotOption: A

its A.

BigStan82Option: A

For deploying an application that contains multiple installation files to Windows 11 devices enrolled in Microsoft Intune, the first step is: A. Prepare the contents of App1 by using the Microsoft Win32 Content Prep Tool. The Microsoft Win32 Content Prep Tool is used to prepare complex applications, including those with multiple files and dependencies, for deployment via Microsoft Intune. This tool packages the application into a format (.intunewin) that is suitable for uploading to Intune and deploying across your managed devices. This process is necessary for applications that cannot be directly uploaded in their original format due to their complexity or the presence of multiple installation files. After preparing the app with the tool, you can then upload the packaged file to Intune for deployment.

ckmayOption: A

A. As previously mentioned, you can't upload to intune until all the app files are wrapped with the .intunewin app wrapper

TonskuOption: A

What should you do first? A. Prepare the contents of App1 by using the Microsoft Win32 Content Prep Tool

belyoOption: A

The Microsoft Win32 Content Prep Tool zips all files and subfolders when it creates the .intunewin file. this will solve the requirement with multiple installation files next step is to upload to intune

CyberBuck_92Option: A

It doesn't mention at all that we are deploying a legacy application; how did people get to that conclusion?

ITCALegendsOption: C

nowhere in the question does it say anything about win32 apps preferably would use app wrapping tool first but c is most correct

ITCALegends

Sign in to the Microsoft Intune admin center. Select Apps > All apps > Add. In the Select app type pane, under the Other app types, select Line-of-business app. Click Select. The Add app steps are displayed. https://learn.microsoft.com/en-us/mem/intune/apps/lob-apps-windows

ITCALegends

A would be correct if it were a win32 app which it is not

ZaFletchOption: A

Answer is A, uploading apps to intune requires them to be in the correct format. Cannot upload until the prep tool has been run.

Rocky83Option: A

A of course