๐ŸŽ„

CertoMetrics - 9% OFF Special Discount Offer - Ends In:

0d 00h 00m 00s
Coupon code: SALE2026

Microsoft Endpoint Administrator (MD-102)

Get full access to the updated question bank and confidently prepare for your exam.

Vendor

Microsoft

Certification

Modern Work

Content

377 Qs

Status

Verified

Updated

22 hours ago

Test the Practice Engine

Experience our interactive testing environment with free demo questions

Launch Free Demo
Best Value Bundle

Premium Bundle

Complete Success Suite

$68 $59

Save $9 Instantly

  • โœ“
    Full PDF + Interactive Engine Everything you need to pass
  • โœ“
    All Advanced Question Types Drag & Drop, Hotspots, Case Studies
  • โœ“
    Priority 24/7 Expert Support Direct line to certification leads
  • โœ“
    90 Days Free Priority Updates Stay current as exams change

Success Metric

98.4% Pass Rate

Verified by 15k+ Students
Secure Checkout
Popular

Standard Simulation

Practice Engine

$39

One-Time Payment

  • Web-Based (Zero Install)
  • Real Testing Environment Virtual & Practice Modes
  • Interactive Engine Drag & Drop, Hotspots
  • 60 Days Free Updates

Compatible with All Devices

Chrome
Verified Secure Checkout

Basic Tier

PDF Study Guide

$29

Digital Access

  • โœ“ Exam Questions (PDF)
  • โœ“ Mobile Friendly
  • โœ“ 60 Days Updates
Download Free Sample PDF

Verified 76-Question Preview (MD-102)

Secure Checkout

Verified Community

The CertoMetrics Standard.

Recommend the #1 platform for verified Microsoft certification resources.

Success Network

Help a Colleague Succeed.

Invite a peer to get their own updated MD-102 prep kit.

Exam Overview

The Microsoft Endpoint Administrator (MD-102) certification is a pivotal credential for IT professionals aiming to master modern device management in today's dynamic enterprise environments. This exam validates your expertise in deploying, configuring, securing, managing, and monitoring Windows and non-Windows devices, as well as client applications, using cutting-edge Microsoft technologies like Intune and Azure Active Directory. Earning the MD-102 demonstrates your ability to support users and devices efficiently, ensure compliance, and enhance security across diverse platforms. It signifies a deep understanding of endpoint administration, positioning you as a valuable asset capable of streamlining operations, improving user experience, and driving organizational productivity in hybrid workforces. This certification is a gateway to advanced career opportunities in endpoint management.

Questions

40-60

Passing Score

700/1000

Duration

100 Minutes

Difficulty

Intermediate

Level

Associate

Skills Measured

Deploy Windows clients
Manage identity and access
Manage compliance and resources
Manage device security
Manage apps

Career Path

Target Roles

Endpoint Administrator Desktop Administrator IT Administrator

Common Questions

Is the material up to date?

Yes. We update our question bank weekly to match the latest Microsoft standards. You get free updates for 90 days.

What format do I get?

You get instant access to both the **PDF** (for reading) and our **Premium Test Engine** (for exam simulation).

Is there a guarantee?

Absolutely. If you fail the MD-102 exam using our materials, we offer a full money-back guarantee.

When do I get the download?

Instantly. The download link is available in your dashboard immediately after payment is confirmed.

Free Study Guide Samples

Previewing updated MD-102 bank (76 Questions).

QUESTION 1

You have a Microsoft 365 subscription that uses Microsoft Intune Suite.

Your network contains an on-premises Active Directory Domain Services (AD DS) domain that syncs with an Azure AD tenant by using Azure AD Connect.

You use Microsoft Intune and Configuration Manager to manage devices.

You need to recommend a deployment plan for new Windows 11 devices. The solution must meet the following requirements:

  • Devices for the marketing department must be joined to the AD DS domain only. The IT department will install complex applications on the devices at build time, before giving the devices to the marketing department users.
  • Devices for the sales department must be Azure AD joined. The devices will be shipped directly from the manufacturer to the homes of the sales department users.
  • Administrative effort must be minimized.

Which deployment method should you recommend for each department? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth point.

Technical Scenario Diagram
Answer Canvas

Sales: Windows Autopilot with OEM registration

Reasoning: The sales department requires new devices to be Azure AD joined and shipped directly from the manufacturer to users' homes, with minimal administrative effort. Windows Autopilot with OEM registration is the ideal zero-touch provisioning method for this scenario. The manufacturer pre-registers the devices in the customer's Intune tenant, so when the user unboxes the device and connects to the internet, it is automatically enrolled and configured without IT intervention.

Marketing: Configuration Manager

Reasoning: The marketing department requires devices to be joined to the on-premises AD DS domain only, with complex applications installed by the IT department before user delivery. This workflow describes a traditional imaging process. Configuration Manager is the appropriate tool for this, using task sequences to deploy a customized operating system image, install software, and join the device to the local domain in a controlled, on-premises environment.



Reference: https://learn.microsoft.com/en-us/autopilot/windows-autopilot-oem-registration
QUESTION 2

You have a Microsoft 365 E5 subscription that uses Microsoft Intune.

Devices are enrolled in Intune as shown in the following table.

The devices are the members of groups as shown in the following table.

You create an iOSftPadOS update profile as shown in the following exhibit.

For each of the following statements, select Yes if the statement is true. Otherwise, select No.

NOTE: Each correct selection is worth one point.

Technical Scenario Diagram
Answer Canvas

Statement 1: Yes

Device1 is an iOS device enrolled via Apple ADE, which means it is supervised. It is included in the policy via Group1 and not excluded. The policy specifies "Update outside of scheduled time," making the time windows (Mon 1 AM - Wed 1 PM UTC) a "do not install" period. An update available on Tuesday 5 AM UTC falls within this period, so installation is deferred. The block ends on Wednesday at 1 PM UTC, after which the update will be installed automatically. Thus, the statement is true.

Statement 2: No

Device2 is a member of Group1 (Included) and Group2 (Excluded). In Microsoft Intune policy assignments, exclusions always take precedence over inclusions. Because Device2 is in the excluded group, the update policy will not apply to it. Thus, the statement is false.

Statement 3: No

The ability to manage iOS/iPadOS software updates via an Intune policy requires that the target devices are supervised. Device3 was enrolled using the Company Portal app, which is a user enrollment method that does not result in a supervised device. Therefore, the policy is not applicable to Device3, and the update cannot be enforced. Thus, the statement is false.



Reference: https://learn.microsoft.com/en-us/mem/intune/protect/software-updates-ios
QUESTION 3

You have a Microsoft Deployment Toolkit (MDT) deployment share named DS1.

In the Out-of-Box Drivers node, you create folders that contain drivers for different hardware models.

You need to configure the Inject Drivers MDT task to use PnP detection to install the drivers for one of the hardware models.

What should you do first?

A
Import an OS package.
B
Create a selection profile.
C
Add a Gather task to the task sequence.
D
Add a Validate task to the task sequence.

Correct Option: B

The question specifies that drivers are already imported into the Out-of-Box Drivers node and organized into folders by hardware model. To configure the 'Inject Drivers' MDT task to specifically target drivers for 'one of the hardware models' using PnP detection, you first need to create a <Strong>selection profile</Strong>. A selection profile allows you to group specific drivers (or other content) from your deployment share. This profile is then referenced by the 'Inject Drivers' task sequence step to narrow down the pool of drivers that MDT will consider for PnP detection and installation on the target hardware. Without a selection profile, the 'Inject Drivers' task might attempt to inject all available drivers, which is inefficient and can cause conflicts.



Reference: https://docs.microsoft.com/en-us/windows/deployment/deploy-windows-10/deploy-windows-10-with-mdt
QUESTION 4

You have a Microsoft 365 E5 subscription that contains a Windows device named Device1.

Device1 was onboarded to Microsoft Defender for Endpoint by using a local script

You use Microsoft Intune to manage Device1.

You plan to use the machine risk score in a compliance policy.

You need to ensure that the machine risk score is evaluated based on data from Defender for Endpoint.

What should you do? To answer, select the appropriate options in the answer area.

Technical Scenario Diagram
Answer Canvas

โœ… From the Endpoints settings of the Microsoft Defender portal: Configure the Advanced features settings.

Reasoning: To integrate Defender for Endpoint with Intune, you must enable the connection within the Microsoft Defender portal. This setting is located under Settings > Endpoints > Advanced features. Activating the Microsoft Intune connection toggle allows Defender to share device risk information with Intune, which is a prerequisite for compliance policies.

โœ… From the Microsoft Intune admin center: Configure the Microsoft Defender for Endpoint settings.

Reasoning: After enabling the connection in Defender, you must configure the corresponding connector in Intune. This is done in the Intune admin center under Endpoint security > Microsoft Defender for Endpoint. Enabling this connector allows Intune to receive the machine risk signals from Defender and use them for compliance evaluation.



Reference: https://learn.microsoft.com/en-us/mem/intune/protect/advanced-threat-protection-configure
QUESTION 5

You have an on-premises server named Server1 that hosts a Microsoft Deployment Toolkit (MDT) deployment share named MDT1.

You need to ensure that MDT1 supports multicast deployments.

What should you install on Server1?

A
Multipath I/O (MPIO)
B
Multipoint Connector
C
Windows Deployment Services (WDS)
D
Windows Server Update Services (WSUS)

Correct Option: C

โœ… Option C (Correct)
Reasoning: Microsoft Deployment Toolkit (MDT) leverages Windows Deployment Services (WDS) to provide network boot and multicast capabilities. For MDT to support multicast deployments, WDS must be installed and configured on the server hosting the deployment share. WDS allows for efficient image distribution to multiple client computers simultaneously using multicast, reducing network traffic and server load.

โŒ Why the other choices are incorrect:

  • Option A is incorrect: Multipath I/O (MPIO) is a storage feature that provides redundant paths to storage devices, improving availability and performance. It has no relevance to network deployment or multicast.
  • Option B is incorrect: Multipoint Connector is a component related to Windows MultiPoint Server, which enables multiple users to share a single computer. It is not involved in operating system deployment or multicast.
  • Option D is incorrect: Windows Server Update Services (WSUS) is used for managing and distributing software updates for Microsoft products. It is unrelated to operating system deployment or multicast capabilities.


Reference: https://learn.microsoft.com/en-us/windows/deployment/deploy-windows-mdt/deploy-windows-with-mdt

QUESTION 6

You have a Microsoft 365 E5 subscription.

You need to manage operating system updates for corporate-owned Android Enterprise devices enrolled in Microsoft Intune.

What should you use?

A
a configuration profile
B
an Android FOTA deployment
C
a compliance policy
D
an Endpoint security policy

Correct Option: A

โœ… Option A (Correct)
Reasoning: In Microsoft Intune, operating system updates for corporate-owned Android Enterprise devices are managed through device configuration profiles. These profiles allow administrators to define how and when system updates are installed, including options like automatic installation, maintenance windows, or deferring updates.

โŒ Why the other choices are incorrect:

  • Option B is incorrect: Android FOTA (Firmware Over-The-Air) is the underlying technology for delivering updates, but it's not an Intune management object or policy type. Intune uses configuration profiles to configure FOTA behavior.
  • Option C is incorrect: Compliance policies are used to define rules that devices must meet to be considered compliant with organizational standards. While they can report on update status, they do not manage or deploy OS updates directly.
  • Option D is incorrect: Endpoint security policies primarily focus on threat and vulnerability management, such as antivirus, firewall, and attack surface reduction rules. While security updates are critical for endpoint security, the specific mechanism for controlling OS update deployment for Android Enterprise devices falls under device configuration profiles.


Reference: https://learn.microsoft.com/en-us/mem/intune/fundamentals/whats-new#week-of-july-18-2022

QUESTION 7

Your company standardizes on Windows 10 Enterprise for all users.

Some users purchase their own computer from a retail store. The computers run Windows 10 Pro.

You need to recommend a solution to upgrade the computers to Windows 10 Enterprise, join the computers to Azure AD, and install several Microsoft Store apps. The solution must meet the following requirements:

  • Ensure that any applications installed by the users are retained.
  • Minimize user intervention.

What is the best recommendation to achieve the goal? More than one answer choice may achieve the goal. Select the BEST answer.

A
Windows Autopilot
B
Microsoft Deployment Toolkit (MDT)
C
a Windows Configuration Designer provisioning package
D
Windows Deployment Services (WDS)

Correct Option: C

Why Windows Configuration Designer is the Best Choice

Retains User Applications: A provisioning package (.ppkg) is applied on top of an existing, running operating system (Windows 10 Pro). It changes the configuration, upgrades the edition to Enterprise via a product key or subscription clean-upgrade, joins Azure AD, and installs apps without wiping the drive. Therefore, any software the user previously installed remains completely intact.

Minimizes User Intervention: The package can be distributed via a USB drive, a network share, or an email link. Once the user double-clicks the package and confirms the prompt, the entire configuration process runs automatically.

No Reimaging Required: Unlike traditional deployment methods, it doesn't require wiping the machine and installing a clean image from scratch.

QUESTION 8

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.

After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.

Your company has an Azure AD tenant named contoso.com that contains several Windows 10 devices.

When you join new Windows 10 devices to contoso.com, users are prompted to set up a four-digit pin.

You need to ensure that the users are prompted to set up a six-digit pin when they join the Windows 10 devices to contoso.com.

Solution: From the Microsoft Entra admin center, you modify the User settings and the Device settings.

Does this meet the goal?

A
Yes
B
No

Correct Option: B

To configure the PIN length for Windows Hello for Business on Azure AD-joined Windows 10 devices, you need to use Microsoft Intune. Specifically, this setting is found within a device configuration profile or an Endpoint Security policy (Account protection) in Intune. While Intune is deeply integrated with the Microsoft Entra admin center, modifying the general 'User settings' or 'Device settings' directly within the Microsoft Entra ID blade (e.g., users can join devices, MFA requirements for device registration) does not provide the granular controls for Windows Hello for Business PIN complexity. Therefore, the proposed solution does not meet the goal.

Reference: https://learn.microsoft.com/en-us/windows/security/identity-protection/hello-for-business/pin-policy-settings

QUESTION 9

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.

After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.

Your company has an Azure AD tenant named contoso.com that contains several Windows 10 devices.

When you join new Windows 10 devices to contoso.com, users are prompted to set up a four-digit pin.

You need to ensure that the users are prompted to set up a six-digit pin when they join the Windows 10 devices to contoso.com.

Solution: From the Microsoft Entra admin center, you configure automatic mobile device management (MDM) enrollment. From the Microsoft Intune admin center, you create and assign a device restrictions profile.

Does this meet the goal?

A
Yes
B
No

Correct Option: B

While configuring automatic MDM enrollment and using Microsoft Intune is a valid architectural path, a Device Restrictions profile is the wrong profile type for this specific requirement.

To enforce PIN requirements (like changing a 4-digit PIN to a 6-digit PIN) across an entire tenant during Azure AD join, you should configure the tenant-wide Windows Hello for Business enrollment policy.

Alternatively, if you want to target specific groups of users or devices via Intune, you must use an Identity Protection profile (or an Endpoint Security Account Protection policy), not a Device Restrictions profile.

QUESTION 10

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.

After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.

Your company has an Azure AD tenant named contoso.com that contains several Windows 10 devices.

When you join new Windows 10 devices to contoso.com, users are prompted to set up a four-digit pin.

You need to ensure that the users are prompted to set up a six-digit pin when they join the Windows 10 devices to contoso.com.

Solution: From the Microsoft Entra admin center, you configure automatic mobile device management (MDM) enrollment. From the Microsoft Intune admin center, you configure the Windows Hello for Business enrollment options.

Does this meet the goal?

A
Yes
B
No

Correct Option: A

To ensure users are prompted for a six-digit PIN when joining Windows 10 devices, the following steps are required: First, automatic Mobile Device Management (MDM) enrollment must be configured in Microsoft Entra ID. This ensures that devices are automatically enrolled into Microsoft Intune upon Azure AD Join, allowing Intune policies to be applied. Second, a Windows Hello for Business policy must be configured within the Microsoft Intune admin center. This policy is where you define PIN complexity requirements, including setting the minimum PIN length to six digits. The provided solution correctly identifies both the necessary prerequisite (automatic MDM enrollment) and the specific configuration area (Windows Hello for Business enrollment options in Intune) to achieve the desired PIN length enforcement.



Reference: https://learn.microsoft.com/en-us/windows/security/identity-protection/hello-for-business/pin-reset-ssp-guide#configure-pin-complexity-group-policy-settings OR https://learn.microsoft.com/en-us/mem/intune/identity-access/windows-hello-for-business-settings-intune
QUESTION 11

You need to meet the technical requirements for the iOS devices.

Which object should you create in Intune?

A
a deployment profile
B
an app protection policy
C
a device configuration profile
D
a compliance policy

Premium Solution Locked

Unlock all 377 answers & explanations

QUESTION 12

For each of the following statements, select Yes if the statement is true. Otherwise, select No.

NOTE: Each correct selection is worth one point.

 

 

Technical Scenario Diagram
Interactive Canvas Locked

Premium Solution Locked

Unlock all 377 answers & explanations

QUESTION 13

You need to prepare for the deployment of the Phoenix office computers.

What should you do first?

A
Generalize the computers and configure the Device settings from the Microsoft Entra admin center.
B
Extract the serial number of each computer to an XML file and upload the file from the Microsoft Intune admin center.
C
Extract the hardware ID information of each computer to a CSV file and upload the file from the Microsoft Intune admin center.
D
Generalize the computers and configure the Mobility (MDM and MAM) settings from the Microsoft Entra admin center.
E
Extract the serial number information of each computer to a CSV file and upload the file from the Microsoft Intune admin center.

Premium Solution Locked

Unlock all 377 answers & explanations

QUESTION 14

What is the maximum number of devices that User1 and User2 can enroll in Intune? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point

 

Technical Scenario Diagram
Interactive Canvas Locked

Premium Solution Locked

Unlock all 377 answers & explanations

QUESTION 15

To which devices do Policy1 and Policy2 apply? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Hot Area:

 

Technical Scenario Diagram
Interactive Canvas Locked

Premium Solution Locked

Unlock all 377 answers & explanations

QUESTION 16

Your network contains an Active Directory domain named contoso.com. The domain contains two computers named Computer1 and Computer2 that run Windows 10.

On Computer1, you need to run the Invoke-Command cmdlet to execute several PowerShell commands on Computer2.

What should you do first?

A
On Computer2, run the Enable-PSRemoting cmdlet.
B
On Computer2, add Computer1 to the Remote Management Users group.
C
From Active Directory, configure the Trusted for Delegation setting for the computer account of Computer2.
D
On Computer1, run the New-PSSession cmdlet.

Premium Solution Locked

Unlock all 377 answers & explanations

QUESTION 17

You have an Azure AD tenant that contains the devices shown in the following table.

Which devices can be activated by using subscription activation?

A
Device1 only
B
Device1 and Device2 only
C
Device1 and Device3 only
D
Device1, Device2, Device3, and Device4

Premium Solution Locked

Unlock all 377 answers & explanations

QUESTION 18

You have 25 computers that run Windows 10 Pro.

You have a Microsoft 365 E5 subscription that uses Microsoft Intune.

You need to upgrade the computers to Windows 11 Enterprise by using an in-place upgrade. The solution must minimize administrative effort.

What should you use?

A
Microsoft Deployment Toolkit (MDT) and a default image of Windows 11 Enterprise
B
Microsoft Configuration Manager and a custom image of Windows 11 Enterprise
C
Windows Autopilot
D
Subscription Activation

Premium Solution Locked

Unlock all 377 answers & explanations

QUESTION 19

You use the Microsoft Deployment Toolkit (MDT) to manage Windows 11 deployments.

From Deployment Workbench, you modify the WinPE settings and add PowerShell support.

You need to generate a new set of WinPE boot image files that contain the updated settings.

What should you do?

A
From the Deployment Shares node, update the deployment share.
B
From the Advanced Configuration node, create new media.
C
From the Packages node, import a new operating system package.
D
From the Operating Systems node, import a new operating system.

Premium Solution Locked

Unlock all 377 answers & explanations

QUESTION 20

You are replacing 100 company-owned Windows devices.

You need to use the Microsoft Deployment Toolkit (MDT) to securely wipe and decommission the devices. The solution must meet the following requirements:

โ€ข Back up the user state.

โ€ข Minimize administrative effort.

Which task sequence template should you use?

A
Standard Client Task Sequence
B
Standard Client Replace Task Sequence
C
Litetouch OEM Task Sequence
D
Sysprep and Capture

Premium Solution Locked

Unlock all 377 answers & explanations

QUESTION 21

Your network contains an Active Directory domain. The domain contains a computer named Computer1 that runs Windows 11.

You need to enable the Windows Remote Management (WinRM) service on Computer1 and perform the following configurations:

โ€ข For the WinRM service, set Startup type to Automatic.

โ€ข Create a listener that accepts requests from any IP address.

โ€ข Enable a firewall exception for WS-Management communications.

Which PowerShell cmdlet should you use?

A
Connect-WSMan
B
Enable-PSRemoting
C
Invoke-WSManAction
D
Enable-PSSessionConfiguration

Premium Solution Locked

Unlock all 377 answers & explanations

QUESTION 22

Your network contains an on-premises Active Directory Domain Services (AD DS) domain that syncs with an Azure AD tenant. The tenant contains the users shown in the following table.

 

 

You assign Windows 10/11 Enterprise E5 licenses to Group1 and User2.

You deploy the devices shown in the following table.

 

 

For each of the following statements, select Yes if the statement is true. Otherwise, select No.

NOTE: Each correct selection is worth one point.

Technical Scenario Diagram
Interactive Canvas Locked

Premium Solution Locked

Unlock all 377 answers & explanations

QUESTION 23

Your network contains an Active Directory domain named adatum.com, a workgroup, and computers that run Windows 10. The computers are configured as shown in the following table.

 

 

The local Administrator accounts on Computer1, Computer2, and Computer3 have the same user name and password.

On Computer1, Windows Defender Firewall is configured as shown in the following exhibit.

 

 

The services on Computer1 have the following states.

 

 

For each of the following statements, select Yes if the statement is true. Otherwise, select No.

NOTE: Each correct selection is worth one point.

 

 

Technical Scenario Diagram
Interactive Canvas Locked

Premium Solution Locked

Unlock all 377 answers & explanations

QUESTION 24

You have a Hyper-V host that contains the virtual machines shown in the following table.

On which virtual machines can you install Windows 11?

A
VM1 only
B
VM3 only
C
VM1 and VM2 only
D
VM2 and VM3 only
E
VM1, VM2, and VM3

Premium Solution Locked

Unlock all 377 answers & explanations

QUESTION 25

You have a Microsoft 365 subscription that uses Microsoft Intune and contains the users shown in the following table.

 

 

Group2 has been assigned in the Enrollment Status Page.

You have the devices shown in the following table.

 

 

You capture and upload the hardware IDs of the devices in the marketing department.

You configure Windows Autopilot.

For each of the following statements, select Yes if the statement is true. Otherwise, select No.

NOTE: Each correct selection is worth one point.:

Technical Scenario Diagram
Interactive Canvas Locked

Premium Solution Locked

Unlock all 377 answers & explanations

QUESTION 26

You have a Microsoft 365 subscription that contains a user named User1. User1 is assigned a Windows 10/11 Enterprise E3 license.

You use Microsoft Intune Suite to manage devices.

User1 activates the following devices:

โ€ข Device1: Windows 11 Enterprise

โ€ข Device2: Windows 10 Enterprise

โ€ข Device3: Windows 11 Enterprise

How many more devices can User1 activate?

A
2
B
3
C
7
D
8

Premium Solution Locked

Unlock all 377 answers & explanations

QUESTION 27

Your company has a computer named Computer1 that runs Windows 10.

Computer1 was used by a user who left the company.

You plan to repurpose Computer1 and assign the computer to a new user.

You need to redeploy Computer1 by using Windows Autopilot.

Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.

Technical Scenario Diagram
Interactive Canvas Locked

Premium Solution Locked

Unlock all 377 answers & explanations

QUESTION 28

You use the Microsoft Deployment Toolkit (MDT) to deploy Windows 11.

You create a new task sequence by using the Standard Client Task Sequence template to deploy Windows 11 Enterprise to new computers. The computers have a single hard disk.

You need to modify the task sequence to create a system volume and a data volume.

Which phase should you modify in the task sequence?

A
Initialization
B
State Restore
C
Preinstall
D
Postinstall

Premium Solution Locked

Unlock all 377 answers & explanations

QUESTION 29

You have a Microsoft Deployment Toolkit (MDT) deployment share.

From the Deployment Workbench, you open the New Task Sequence Wizard and select the Standard Client Upgrade Task Sequence task sequence template.

You discover that there are no operating system images listed on the Select OS page as shown in the following exhibit.

You need to be able to select an operating system image to perform a Windows 11 in-place upgrade.

What should you do?

A
Enable monitoring for the deployment share.
B
Import a full set of source files.
C
Import a custom image file.
D
Run the Update Deployment Share Wizard.

Premium Solution Locked

Unlock all 377 answers & explanations

QUESTION 30

Your company implements Azure AD, Microsoft 365, Microsoft Intune, and Azure Information Protection.

The company's security policy states the following:

โ€ข Personal devices do not need to be enrolled in Intune.

โ€ข Users must authenticate by using a PIN before they can access corporate email data.

โ€ข Users can use their personal iOS and Android devices to access corporate cloud services.

โ€ข Users must be prevented from copying corporate email data to a cloud storage service other than Microsoft OneDrive for Business.

You need to configure a solution to enforce the security policy.

What should you create?

A
a device configuration profile from the Microsoft Intune admin center
B
a data loss prevention (DLP) policy from the Microsoft Purview compliance portal
C
an insider risk management policy from the Microsoft Purview compliance portal
D
an app protection policy from the Microsoft Intune admin center

Premium Solution Locked

Unlock all 377 answers & explanations

QUESTION 31

You have a Microsoft 365 subscription that contains 500 Android Enterprise devices.

All the devices are enrolled in Microsoft Intune.

You need to deliver bookmarks to the Chrome browser on the devices.

What should you create?

A
a compliance policy
B
a configuration profile
C
an app protection policy
D
an app configuration policy

Premium Solution Locked

Unlock all 377 answers & explanations

QUESTION 32

You have a Microsoft 365 E5 subscription and 100 computers that run Windows 10.

You need to deploy Microsoft Office Professional Plus 2019 to the computers by using Microsoft Office Deployment Tool (ODT).

What should you use to create a customization file for ODT?

A
the Microsoft 365 admin center
B
the Microsoft Intune admin center
C
the Microsoft Purview compliance portal
D
the Microsoft 365 Apps admin center

Premium Solution Locked

Unlock all 377 answers & explanations

QUESTION 33

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?

A
Prepare the contents of App1 by using the Microsoft Win32 Content Prep Tool.
B
Create an Android application package (APK).
C
Upload the contents of App1 to Intune.
D
Install the Microsoft Deployment Toolkit (MDT).

Premium Solution Locked

Unlock all 377 answers & explanations

QUESTION 34

You have groups that use the Dynamic Device membership type as shown in the following table.

 

 

You are deploying Microsoft 365 apps.

You have devices enrolled in Microsoft Intune as shown in the following table.

 

 

In the Microsoft Intune admin center, you create a Microsoft 365 Apps app as shown in the exhibit. (Click the Exhibit tab.)

 

 

For each of the following statements, select Yes if the statement is true. Otherwise, select No.

NOTE: Each correct selection is worth one point.

Technical Scenario Diagram
Interactive Canvas Locked

Premium Solution Locked

Unlock all 377 answers & explanations

QUESTION 35

You have a Microsoft 365 subscription. All devices run Windows 10.

You need to prevent users from enrolling the devices in the Windows Insider Program.

What two configurations should you perform from the Microsoft Intune admin center? Each correct answer is a complete solution.

NOTE: Each correct selection is worth one point.

A
a device restrictions device configuration profile
B
an app configuration policy
C
a Windows 10 and later security baseline
D
a custom device configuration profile
E
a Windows 10 and later update ring

Premium Solution Locked

Unlock all 377 answers & explanations

QUESTION 36

You have a Microsoft 365 E5 subscription that contains 100 Windows 10 devices enrolled in Microsoft Intune.

You plan to use Endpoint analytics.

You need to create baseline metrics.

What should you do first?

A
Modify the Baseline regression threshold.
B
Onboard 10 devices to Endpoint analytics.
C
Create a Log Analytics workspace.
D
Create an Azure Monitor workbook.

Premium Solution Locked

Unlock all 377 answers & explanations

QUESTION 37

You install a feature update on a computer that runs Windows 10.

How many days do you have to roll back the update?

A
5
B
10
C
14
D
30

Premium Solution Locked

Unlock all 377 answers & explanations

QUESTION 38

You have a Microsoft Azure subscription that contains an Azure Log Analytics workspace.

You deploy a new computer named Computer1 that runs Windows 10. Computer1 is in a workgroup.

You need to ensure that you can use Log Analytics to query events from Computer1.

What should you do on Computer1?

A
Join Azure AD.
B
Configure Windows Defender Firewall.
C
Create an event subscription
D
Install the Azure Monitor Agent.

Premium Solution Locked

Unlock all 377 answers & explanations

QUESTION 39

You have a Microsoft 365 E5 subscription and 100 unmanaged iPad devices.

You need to deploy a specific iOS update to the devices. Users must be prevented from manually installing a more recent version of iOS.

Which two actions should you perform? Each correct answer presents part of the solution.

NOTE: Each correct selection is worth one point.

A
Create a device configuration profile.
B
Enroll the devices in Microsoft Intune by using the Intune Company Portal.
C
Create a compliance policy.
D
Create an iOS app provisioning profile.
E
Enroll the devices in Microsoft Intune by using Apple Business Manager.

Premium Solution Locked

Unlock all 377 answers & explanations

QUESTION 40

You have a Microsoft 365 subscription that includes Microsoft Intune.

You have an update ring named UpdateRing1 that contains the following settings:

โ€ข Automatic update behavior: Auto install and restart at a scheduled time

โ€ข Automatic behavior frequency: First week of the month

โ€ข Scheduled install day: Tuesday

โ€ข Scheduled install time: 3 AM

From the Microsoft Intune admin center, you select Uninstall for the feature updates of UpdateRing1.

When will devices start to remove the feature updates?

A
when a user approves the uninstall
B
as soon as the policy is received
C
next Tuesday
D
the first Tuesday of the next month

Premium Solution Locked

Unlock all 377 answers & explanations

QUESTION 41

You have a hybrid deployment of Azure AD that contains 50 Windows 10 devices. All the devices are enrolled in Microsoft Intune.

You discover that Group Policy settings override the settings configured in Microsoft Intune policies.

You need to ensure that the settings configured in Microsoft Intune override the Group Policy settings.

What should you do?

A
From Group Policy Management Editor, configure the Computer Configuration settings in the Default Domain Policy.
B
From the Microsoft Intune admin center, create a custom device profile.
C
From the Microsoft Intune admin center, create an Administrative Templates device profile.
D
From Group Policy Management Editor, configure the User Configuration settings in the Default Domain Policy.

Premium Solution Locked

Unlock all 377 answers & explanations

QUESTION 42

You have a Microsoft 365 subscription that uses Microsoft Intune Suite.

You use Microsoft Intune to manage devices.

You need to ensure that the startup performance of managed Windows 11 devices is captured and available for review in the Intune admin center.

What should you configure?

A
the Azure Monitor agent
B
a device compliance policy
C
a Conditional Access policy
D
an Intune data collection policy

Premium Solution Locked

Unlock all 377 answers & explanations

QUESTION 43

You have a Microsoft 365 E5 subscription that uses Microsoft Intune.

Devices are enrolled in Intune as shown in the following table.

 

 

The devices are the members of groups as shown in the following table.

 

 

You create an iOS/iPadOS update profile as shown in the following exhibit.

 

 

For each of the following statements, select Yes if the statement is true. Otherwise, select No.

NOTE: Each correct selection is worth one point.

Technical Scenario Diagram
Interactive Canvas Locked

Premium Solution Locked

Unlock all 377 answers & explanations

QUESTION 44

You have a Microsoft Intune deployment that contains the resources shown in the following table.

 

 

You create a policy set named Set1 and add Comply1 to Set1.

Which additional resources can you add to Set1?

A
Conf1 only
B
Comply2 only
C
Comply2 and Conf1 only
D
CA1, Conf1, and Office1 only
E
Comply2, CA1, Conf1, and Office1

Premium Solution Locked

Unlock all 377 answers & explanations

QUESTION 45

You use Microsoft Defender for Endpoint to protect computers that run Windows 10.

You need to assess the differences between the configuration of Microsoft Defender for Endpoint and the Microsoft-recommended configuration baseline.

Which tool should you use?

A
Microsoft Defender for Endpoint Power BI app
B
Microsoft Secure Score
C
Endpoint Analytics
D
Microsoft Defender Security Center

Premium Solution Locked

Unlock all 377 answers & explanations

QUESTION 46

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

You plan to integrate Intune with Microsoft Defender for Endpoint.

You need to establish a service-to-service connection between Intune and Defender for Endpoint.

Which settings should you configure in the Microsoft Intune admin center?

A
Premium add-ons
B
Connectors and tokens
C
Tenant enrollment
D
Microsoft Tunnel Gateway

Premium Solution Locked

Unlock all 377 answers & explanations

QUESTION 47

You have a Microsoft Intune subscription that is configured to use a PFX certificate connector to an on-premises Enterprise certification authority (CA).

You need to use Intune to configure autoenrollment for Android devices by using public key pair (PKCS) certificates.

Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.

Technical Scenario Diagram
Interactive Canvas Locked

Premium Solution Locked

Unlock all 377 answers & explanations

QUESTION 48

Your company uses Microsoft Intune.

More than 500 Android and iOS devices are enrolled in the Intune tenant.

You plan to deploy new Intune policies. Different policies will apply depending on the version of Android or iOS installed on the device.

You need to ensure that the policies can target the devices based on their version of Android or iOS.

What should you configure first?

A
groups that have dynamic membership rules in Azure AD
B
Device categories in Intune
C
Corporate device identifiers in Intune
D
Device settings in Azure AD

Premium Solution Locked

Unlock all 377 answers & explanations

QUESTION 49

You have 500 Windows 10 devices enrolled in Microsoft Intune.

You plan to use Exploit protection in Microsoft Intune to enable the following system settings on the devices:

โ€ข Data Execution Prevention (DEP)

โ€ข Force randomization for images (Mandatory ASLR)

You need to configure a Windows 10 device that will be used to create a template file.

Which protection areas on the device should you configure in the Windows Security app before you create the template file? To answer, drag the appropriate protection areas to the correct settings. Each protection area may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.

NOTE: Each correct selection is worth one point

Technical Scenario Diagram
Interactive Canvas Locked

Premium Solution Locked

Unlock all 377 answers & explanations

QUESTION 50

You have an Azure AD tenant named contoso.com.

You have a workgroup computer named Computer1 that runs Windows 11.

You need to add Computer1 to contoso.com.

What should you use?

A
dsregcmd.exe
B
Computer Management
C
netdom.exe
D
the Settings app

Premium Solution Locked

Unlock all 377 answers & explanations

QUESTION 51

You have a Microsoft 365 subscription that uses Microsoft Intune Suite.

You use Microsoft Intune to manage Windows 11 devices.

You need to implement passwordless authentication that requires users to use number matching.

Which authentication method should you use?

A
Microsoft Authenticator
B
voice calls
C
FIDO2 security keys
D
text messages

Premium Solution Locked

Unlock all 377 answers & explanations

QUESTION 52

You use a Microsoft Intune subscription to manage iOS devices.

You configure a device compliance policy that blocks jailbroken iOS devices.

You need to enable Enhanced jailbreak detection.

What should you configure?

A
the Compliance policy settings
B
the device compliance policy
C
a network location
D
a configuration profile

Premium Solution Locked

Unlock all 377 answers & explanations

QUESTION 53

You have a Microsoft 365 subscription that contains two users named User1 and User2.

You need to ensure that the users can perform the following tasks:

โ€ข User1 must be able to create groups and manage users.

โ€ข User2 must be able to reset passwords for nonadministrative users.

The solution must use the principle of least privilege.

Which role should you assign to each user? To answer, drag the appropriate roles to the correct users. Each role may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.

NOTE: Each correct selection is worth one point.

Technical Scenario Diagram
Interactive Canvas Locked

Premium Solution Locked

Unlock all 377 answers & explanations

QUESTION 54

You have a Microsoft Intune subscription that has the following device compliance policy settings:

โ€ข Mark devices with no compliance policy assigned as: Compliant

โ€ข Compliance status validity period (days): 14

On January1, you enroll Windows 10 devices in Intune as shown in the following table.

 

 

On January 4, you create the following two device compliance policies:

โ€ข Name: Policy1

โ€ข Platform: Windows 10 and later

โ€ข Require BitLocker: Require

โ€ข Mark device noncompliant: 5 days after noncompliance

โ€ข Scope (Tags): Tag1

โ€ข Name: Policy2

โ€ข Platform: Windows 10 and later

โ€ข Firewall: Require

โ€ข Mark device noncompliant: Immediately

โ€ข Scope (Tags): Tag2

On January 5, you assign Policy1 and Policy2 to Group1.

For each of the following statements, select Yes if the statement is true. Otherwise, select No.

NOTE: Each correct selection is worth one point.

Technical Scenario Diagram
Interactive Canvas Locked

Premium Solution Locked

Unlock all 377 answers & explanations

QUESTION 55

You have a Microsoft 365 subscription that includes Microsoft Intune.

You have computers that run Windows 11 as shown in the following table.

 

 

You have the groups shown in the following table.

 

 

You create and assign the compliance policies shown in the following table.

 

 

The next day, you review the compliance status of the computers.

For each of the following statements, select Yes if the statement is true. Otherwise, select No.

NOTE: Each correct selection is worth one point.

Technical Scenario Diagram
Interactive Canvas Locked

Premium Solution Locked

Unlock all 377 answers & explanations

QUESTION 56

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.

After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.

Your company has an Azure AD tenant named contoso.com that contains several Windows 10 devices.

When you join new Windows 10 devices to contoso.com, users are prompted to set up a four-digit pin.

You need to ensure that the users are prompted to set up a six-digit pin when they join the Windows 10 devices to contoso.com.

Solution: From the Microsoft Entra admin center, you configure the Authentication methods.

Does this meet the goal?

A
Yes
B
No

Premium Solution Locked

Unlock all 377 answers & explanations

QUESTION 57

You have a Microsoft 365 tenant that contains the objects shown in the following table.

 

 

You are creating a compliance policy named Compliance1.

Which objects can you specify in Compliance1 as additional recipients of noncompliance notifications?

A
Group3 and Group4 only
B
Group3, Group4, and Admin1 only
C
Group1, Group2, and Group3 only
D
Group1, Group2, Group3, and Group4 only
E
Group1, Group2, Group3, Group4, and Admin1

Premium Solution Locked

Unlock all 377 answers & explanations

QUESTION 58

You have an Azure AD tenant named contoso.com that contains a user named User1. User1 has a user principal name (UPN) of user1@contoso.com.

You join a Windows 11 device named Client1 to contoso.com.

You need to add User1 to the local Administrators group of Client1.

How should you complete the command? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Technical Scenario Diagram
Interactive Canvas Locked

Premium Solution Locked

Unlock all 377 answers & explanations

QUESTION 59

You have a Microsoft 365 subscription.

You need to provide a user the ability Security defaults and create Conditional Access policies. The solution must use the principle of least privilege.

Which role should you assign to the user?

A
Global Administrator
B
Conditional Access Administrator
C
Security Administrator
D
Intune Administrator

Premium Solution Locked

Unlock all 377 answers & explanations

QUESTION 60

In Microsoft Intune, you have the device compliance policies shown in the following table.

The Intune compliance policy settings are configured as shown in the following exhibit.

On June 1, you enroll Windows 10 devices in Intune as shown in the following table.

For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.

Technical Scenario Diagram
Interactive Canvas Locked

Premium Solution Locked

Unlock all 377 answers & explanations

QUESTION 61

You have a Microsoft 365 subscription that contains a user named User1 and uses Microsoft Intune Suite.

You use Microsoft Intune to manage devices that run Windows 11.

User provides remote support for 75 devices in the marketing department.

You need to add User1 to the Remote Desktop Users group on each marketing department device.

What should you configure?

A
an app configuration policy
B
a device compliance policy
C
an account protection policy
D
a device configuration profile

Premium Solution Locked

Unlock all 377 answers & explanations

QUESTION 62

You have an Azure AD tenant named contoso.com that contains the users shown in the following table.

 

For contoso.com, the Mobility (MDM and MAM) settings have the following configurations:

โ€ข MDM user scope: Group1

โ€ข MAM user scope: Group2

You purchase the devices shown in the following table:

For each of the following statements, select Yes if the statement is true. Otherwise, select No.

Technical Scenario Diagram
Interactive Canvas Locked

Premium Solution Locked

Unlock all 377 answers & explanations

QUESTION 63

You have a Microsoft 365 subscription that uses Microsoft Intune Suite.

You use Microsoft Intune to deploy and manage Windows devices.

You have 100 devices from users that left your company.

You need to repurpose the devices for new users by removing all the data and applications installed by the previous users. The solution must minimize administrative effort.

What should you do?

A
Deploy a new configuration profile to the devices.
B
Perform a Windows Autopilot reset on the devices.
C
Perform an in-place upgrade on the devices.
D
Perform a clean installation of Windows 11 on the devices.

Premium Solution Locked

Unlock all 377 answers & explanations

QUESTION 64

You create a Windows Autopilot deployment profile.

You need to configure the profile settings to meet the following requirements:

โ€ข Automatically enroll new devices and provision system apps without requiring end-user authentication

โ€ข Include the hardware serial number in the computer name.

Which two settings should you configure? To answer, select the appropriate settings in the answer area.

NOTE: Each correct selection is worth one point.

Technical Scenario Diagram
Interactive Canvas Locked

Premium Solution Locked

Unlock all 377 answers & explanations

QUESTION 65

You have a computer named Computer1 that runs Windows 11.

A user named User1 plans to use Remote Desktop to connect to Computer1.

You need to ensure that the device of User1 is authenticated before the Remote Desktop connection is established and the sign in page appears.

What should you do on Computer1?

A
Turn on Reputation-based protection
B
Enable Network Level Authentication (NLA)
C
Turn on Network Discovery
D
Configure the Remote Desktop Configuration service.

Premium Solution Locked

Unlock all 377 answers & explanations

QUESTION 66

You have a Microsoft 365 subscription that uses Microsoft Intune Suite.

You use Microsoft Intune to manage devices.

You have the devices shown in the following table.

 

 

Which devices can be changed to Windows 11 Enterprise by using subscription activation?

A
Device3 only
B
Device2 and Device3 only
C
Device1 and Device2 only
D
Device1, Device2, and Device3

Premium Solution Locked

Unlock all 377 answers & explanations

QUESTION 67

Your network contains an Active Directory domain named adatum.com. The domain contains two computers named Computer1 and Computer2 that run Windows 10. Remote Desktop is enabled on Computer2.

The domain contains the user accounts shown in the following table.

 

 

Computer2 contains the local groups shown in the following table.

 

 

The relevant user rights assignments for Computer2 are shown in the following table.

 

 

For each of the following statements, select Yes if the statement is true. Otherwise, select No.

NOTE: Each correct selection is worth one point.

Technical Scenario Diagram
Interactive Canvas Locked

Premium Solution Locked

Unlock all 377 answers & explanations

QUESTION 68

You have two computers named Computer1 and Computer2 that run Windows 10. Computer2 has Remote Desktop enabled.

From Computer1, you connect to Computer2 by using Remote Desktop Connection.

You need to ensure that you can access the local drives on Computer1 from within the Remote Desktop session.

What should you do?

A
From Computer2, configure the Remote Desktop settings.
B
From Windows Defender Firewall on Computer1, allow Remote Desktop.
C
From Windows Defender Firewall on Computer2, allow File and Printer Sharing.
D
From Computer1, configure the Remote Desktop Connection settings.

Premium Solution Locked

Unlock all 377 answers & explanations

QUESTION 69

You have a Microsoft 365 subscription that uses Microsoft Intune.

You have five new Windows 11 Pro devices.

You need to prepare the devices for corporate use. The solution must meet the following requirements:

โ€ข Install Windows 11 Enterprise on each device.

โ€ข Install a Windows Installer (MSI) package named App1 on each device.

โ€ข Add a certificate named Certificate1 that is required by App1.

โ€ข Join each device to Azure AD.

Which three provisioning options can you use? Each correct answer presents a complete solution.

NOTE: Each correct selection is worth one point.

A
subscription activation
B
a custom Windows image
C
an in-place upgrade
D
Windows Autopilot
E
provisioning packages

Premium Solution Locked

Unlock all 377 answers & explanations

QUESTION 70

You have a Microsoft Deployment Toolkit (MDT) deployment share named DS1.

You import a Windows 10 image to DS1.

You have an executable installer for an application named App1.

You need to ensure that App1 will be installed for all the task sequences that deploy the image.

Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.

Technical Scenario Diagram
Interactive Canvas Locked

Premium Solution Locked

Unlock all 377 answers & explanations

QUESTION 71

You have the devices shown in the following table.

You need to migrate app data from Device1 to Device2. The data must be encrypted and stored on Server1 during the migration.

Which command should you run on each device? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Technical Scenario Diagram
Interactive Canvas Locked

Premium Solution Locked

Unlock all 377 answers & explanations

QUESTION 72

You have a Microsoft 365 subscription.

You plan to use Windows Autopilot to provision 25 Windows 11 devices.

You need to configure the Out-of-box experience (OOBE) settings.

What should you create in the Microsoft Intune admin center?

A
an enrollment status page (ESP)
B
a deployment profile
C
a compliance policy
D
a PowerShell script
E
a configuration profile

Premium Solution Locked

Unlock all 377 answers & explanations

QUESTION 73

You have an Azure AD tenant that contains the devices shown in the following table.

 

 

You purchase Windows 11 Enterprise E5 licenses.

Which devices can use Subscription Activation to upgrade to Windows 11 Enterprise?

A
Device1 only
B
Device1 and Device2 only
C
Device1 and Device3 only
D
Device1, Device2, Device3, and Device4

Premium Solution Locked

Unlock all 377 answers & explanations

QUESTION 74

You have a Microsoft 365 Subscription that uses Microsoft Intune.

You add apps to Intune as shown in the following table.

 



You need to create an app configuration policy named Policy1 for the Android Enterprise platform.

Which apps can you manage by using Policy1?

 

A
App2 only
B
App3 only
C
App1 and App3 only
D
App2 and App3 only
E
App1, App2, and App3

Premium Solution Locked

Unlock all 377 answers & explanations

QUESTION 75

You have a Microsoft 365 subscription that uses Microsoft Intune.

You need to ensure that you can deploy apps to Android Enterprise devices.

What should you do first?

A
Create a configuration profile.
B
Add a certificate connector.
C
Configure the Partner device management settings.
D
Link your managed Google Play account to Intune.

Premium Solution Locked

Unlock all 377 answers & explanations

QUESTION 76

You have a Microsoft 365 tenant that uses Microsoft Intune.

You use the Company Portal app to access and install published apps to enrolled devices.

From the Microsoft Intune admin center, you add a Microsoft Store app.

Which two App information types are visible in the Company Portal?

NOTE: Each correct selection is worth one point.

A
Privacy URL
B
Information URL
C
Developer
D
Owner

Premium Solution Locked

Unlock all 377 answers & explanations

Full Question Bank Locked

You have reached the end of the free study guide preview. Upgrade now to unlock all 377 questions and the full simulation engine.

Customer Reviews

5 / 5
(15,000+ verified)
5
100%
4
0%
3
0%
2
0%
1
0%

Global Community Feedback

DM

David M.

Verified Student

"The practice engine is incredible. It feels exactly like the real testing environment and helped me build so much confidence."

SJ

Sarah J.

Premium Member

"The PDF is very well organized and the explanations for the answers are actually helpful, not just random text."

MC

Michael C.

Verified Buyer

"I was skeptical, but the content is high quality and definitely worth the price. I passed on my first try!"

Need Assistance?

> Our expert support team is available to assist you with any inquiries about our exam materials.

Contact Support
Average response: < 24 Hours

Get Exam Updates

> Subscribe to receive instant notifications on new questions and exclusive flash sales.

* Join 5,000+ students getting weekly updates

Support Chat โ— Active Now

๐Ÿ‘‹ Hi! How can we help you pass your exam?

Enter email to start chatting