HOTSPOT
-
You have an Azure AD Premium P2 subscription that contains the users shown in the following table.
You purchase the devices shown in the following table.
You configure automatic mobile device management (MDM) and mobile application management (MAM) enrollment by using the following settings:
• MDM user scope: Group1
• MAM user scope: Group2
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.
Show Answer
Correct Answer: Yes
No
No
Explanation: Automatic Intune auto-enrollment via the Azure AD MDM user scope applies to supported Windows devices and only to users in the configured MDM scope. User1 is in Group1 (MDM scope), so Windows Device1 can auto-enroll. Android devices do not use this Azure AD automatic enrollment mechanism. User2 is only in the MAM scope, so Windows auto-enrollment does not apply.
Question 182
You have a Microsoft 365 E5 subscription.
You need to download a report that lists all the devices that are NOT enrolled in Microsoft Intune and are assigned an app protection policy.
What should you select in the Microsoft Intune admin center?
A. Reports, and then Device compliance
B. Apps, and then App protection policies
C. Devices, and then Monitor
D. Apps, and then Monitor
Show Answer
Correct Answer: D
Explanation: To identify devices that are not enrolled in Intune but have an app protection policy assigned, use the app protection monitoring reports. In the Intune admin center, go to Apps > Monitor > App protection status, where you can view/export the report and use the Management type column to distinguish managed (enrolled) from unmanaged (not enrolled) devices.
Question 183
You have a Microsoft 365 subscription.
You use app protection policies to protect corporate data on Android devices.
You need to ensure that any user connecting from an Android device can only access the corporate data if they connect from an app that supports mobile application management (MAM).
What should you configure?
A. an app configuration policy
B. a Conditional Access policy
C. a device configuration profile
D. a device compliance policy
Show Answer
Correct Answer: B
Explanation: Configure a Microsoft Entra Conditional Access policy with the grant control 'Require app protection policy' (or approved client app where applicable). This ensures users on Android can access corporate data only through apps that support Intune Mobile Application Management (MAM) and can receive app protection policies. App configuration policies, device configuration profiles, and device compliance policies do not enforce that only MAM-capable apps are used.
Question 184
HOTSPOT -
You have a Microsoft 365 E5 subscription.
You create an app protection policy for Android device named Policy1 as shown in the following exhibit.
Use the drop-down menus to select the answer choice that completes each statement based on the information presented in the graphic.
NOTE: Each correct selection is worth one point.
Show Answer
Correct Answer: install the Company Portal app on the device
users only
Explanation: For Android app protection policies (MAM), the Company Portal app is required to support app protection functionality. Intune app protection policies target user identities, so they are assigned to users rather than devices.
Question 185
Case study -
Overview -
ADatum Corporation is a consulting company that has a main office in Montreal and branch offices in Seattle and New York.
ADatum has a Microsoft 365 E5 subscription.
Environment -
Network Environment -
The network contains an on-premises Active Directory domain named adatum.com. The domain contains the servers shown in the following table.
ADatum has a hybrid Azure AD tenant named adatum.com.
Users and Groups -
The adatum.com tenant contains the users shown in the following table.
All users are assigned a Microsoft Office 365 license and an Enterprise Mobility + Security E3 license.
Enterprise State Roaming is enabled for Group1 and GroupA.
Group1 and Group2 have a Membership type of Assigned.
Devices -
ADatum has the Windows 10 devices shown in the following table.
The Windows 10 devices are joined to Azure AD and enrolled in Microsoft Intune.
The Windows 10 devices are configured as shown in the following table.
All the Azure AD joined devices have an executable file named C:\AppA.exe and a folder named D:\Folder1.
Microsoft Intune Configuration -
Microsoft Intune has the compliance policies shown in the following table.
The Automatic Enrollment settings have the following configurations:
• MDM user scope: GroupA
• MAM user scope: GroupB
You have an Endpoint protection configuration profile that has the following Controlled folder access settings:
• Name: Protection1
• Folder protection: Enable
• List of apps that have access to protected folders: C:\*\AppA.exe
• List of additional folders that need to be protected: D:\Folder1
• Assignments:
- Included groups: Group2, GroupB
Windows Autopilot Configuration -
ADatum has a Windows Autopilot deployment profile configured as shown in the following exhibit.
Currently, there are no devices deployed by using Windows Autopilot.
The Intune connector for Active Directory is installed on Server1.
Requirements -
Planned Changes -
ADatum plans to implement the following changes:
• Purchase a new Windows 10 device named Device6 and enroll the device in Intune
• New computers will be deployed by using Windows Autopilot and will be hybrid Azure AD joined.
• Deployed a network boundary configuration profile that will have the following settings:
- Name: Boundary1
- Network boundary: 192.168.1.0/24
- Scope tags: Tag1
- Assignments:
- Included groups: Group1, Group2
• Deploy two VPN configuration profiles named Connection1 and Connection2 that will have the following settings:
- Name: Connection1
- Connection name: VPN1
- Connection type: L2TP
- Assignments:
- Included groups: Group1, Group2, GroupA
- Excluded groups: --
- Name: Connection2
- Connection name: VPN2
- Connection type: IKEv2
- Assignments:
- Included groups: GroupA
- Excluded groups: GroupB
Technical Requirements -
ADatum must meet the following technical requirements:
• Users in GroupA must be able to deploy new computers.
• Administrative effort must be minimized.
Which user can enroll Device6 in Intune?
A. User4 and User1 only
B. User4 and User2 only
C. User4, User1, and User2 only
D. User1, User2, User3, and User4
Show Answer
Correct Answer: A
Explanation: Automatic MDM enrollment is scoped to GroupA. The requirement is to enroll a new Windows device in Intune as part of the planned Autopilot/hybrid deployment. User1 is in GroupA and can enroll. User4 is a Global Administrator and has the required administrative capability. User2 is not in the MDM scope, and User3, although in GroupA, is not included in any answer option with User4 alone; the available correct choice is User4 and User1 only.
Question 187
HOTSPOT
-
Your company uses Microsoft Defender for Endpoint. Microsoft Defender for Endpoint includes the device groups shown in the following table.
You onboard a computer to Microsoft Defender for Endpoint as shown in the following exhibit.
What is the effect of the Microsoft Defender for Endpoint configuration? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Show Answer
Correct Answer: Group3 only
Group1 only
Explanation: Computer1 matches Group3 (domain=adatum.com), Group4 (domain+Windows10), and Group5 (name starts with COMP), but Defender for Endpoint assigns a device only to the highest-ranked matching device group. After adding tag 'demo', it also matches Group1 and Group2; Group1 has the highest rank overall, so it becomes the assigned group.
Question 188
You have a computer named Computer5 that has Windows 10 installed.
You create a Windows PowerShell script named config.ps1.
You need to ensure that config.ps1 runs after feature updates are installed on Computer5.
Which file should you modify on Computer5?
A. LiteTouch.wsf
B. SetupConfig.ini
C. Unattend.bat
D. Unattend.xml
Show Answer
Correct Answer: B
Explanation: SetupConfig.ini can be used to configure Windows Setup behavior for feature updates, including specifying post-upgrade actions such as running a script after the feature update. The other files are associated with MDT deployment (LiteTouch.wsf), legacy batch customization, or unattended installation rather than configuring Windows feature update behavior.
Question 189
HOTSPOT
-
You have a Microsoft 365 subscription.
Users have iOS devices that are not enrolled in Microsoft Intune.
You create an app protection policy for the Microsoft Outlook app as shown in the exhibit. (Click the Exhibit tab.)
You need to configure the policy to meet the following requirements:
• Prevent the users from using the Outlook app if the operating system version is less than 12.0.0.
• Require the users to use an alphanumeric passcode to access the Outlook app.
What should you configure in an app protection policy for each requirement? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Show Answer
Correct Answer: Prevent users if OS < 12.0.0: Conditional launch
Require alphanumeric passcode: Access requirements
Explanation: Minimum OS version enforcement is configured under Conditional launch. Requiring an app PIN/passcode, including alphanumeric requirements, is configured under Access requirements.
Question 190
HOTSPOT
-
You use the Microsoft Deployment Toolkit (MDT) to deploy Windows 11.
You need to modify the deployment share to meet the following requirements:
• Ensure that the user who performs the installation is prompted to set the local Administrator password
• Define a rule for how to name computers during the deployment.
The solution must NOT replace the existing WinPE image.
Which file should you modify for each requirement? To answer, select the appropriate options in the answer area,
NOTE: Each correct selection is worth one point.
Explanation: MDT deployment rules such as SkipAdminPassword/AdminPassword prompting and OSDComputerName are configured in CustomSettings.ini. Bootstrap.ini is only for initial deployment share connection and changing it would require updating the boot image.
Question 191
HOTSPOT -
You manage a Microsoft Deployment Toolkit (MDT) deployment share named DS1. DS1 contains an Out-of-Box Drivers folder named Windows 11 x64 that has subfolders in the format of {make name}\{model name}.
You need to modify a deployment task sequence to ensure that all the drivers in the folder that match the make and model of the computers are installed without using PnP detection or selection profiles.
What should you do? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Show Answer
Correct Answer: Preinstall
Set Task Sequence Variable
Explanation: In MDT, configure the DriverGroup001 task sequence variable during the Preinstall phase to point to the Out-of-Box Drivers folder (for example, Windows 11 x64\%Make%\%Model%). The Inject Drivers step then installs all drivers from that folder without relying on PnP detection or selection profiles.
$19
Get all 373 questions with detailed answers and explanations
Instant download HTML + PDF delivered the moment payment clears.
Secure Stripe checkout we never see or store your card details.
7-day refund if files are defective see our refund policy.