Courseiva
Knowledge + Practice
CertificationsVendorsCareer RoadmapsLabs & ToolsStudy GuidesGlossaryPractice Questions
C
Courseiva

Free IT certification practice questions with explained answers for CCNA, CompTIA, AWS, Azure, Google Cloud, and more.

Certification Practice Questions

CCNA practice questionsSecurity+ SY0-701 practice questionsAWS SAA-C03 practice questionsAZ-104 practice questionsAZ-900 practice questionsCLF-C02 practice questionsA+ Core 1 practice questionsGoogle Cloud ACE practice questionsCySA+ CS0-003 practice questionsNetwork+ N10-009 practice questions
View all certifications →

Product

CertificationsCertification PathsExam TopicsPractice TestsExam Dumps vs Practice TestsStudy HubComparisons

Company

AboutContactEditorial PolicyQuestion Writing PolicyTrust Center

Legal

Privacy PolicyTerms of Service

Courseiva is a free IT certification practice platform offering original exam-style practice questions, detailed explanations, topic-based practice, mock exams, readiness tracking, and study analytics for Cisco, CompTIA, Microsoft, AWS, and other technology certifications.

© 2026 Courseiva. Courseiva is operated by JTNetSolutions Ltd. All rights reserved.

Courseiva is an independent certification practice platform and is not affiliated with, endorsed by, or sponsored by Cisco, Microsoft, AWS, CompTIA, Google, ISC2, ISACA, or any other certification vendor. Vendor names and certification marks are used only to identify the exams learners are preparing for.

← Manage, maintain, and protect devices practice sets

MD-102 Manage, maintain, and protect devices • Complete Question Bank

MD-102 Manage, maintain, and protect devices — All Questions With Answers

Complete MD-102 Manage, maintain, and protect devices question bank — all 0 questions with answers and detailed explanations.

35
Questions
Free
No signup
Certifications/MD-102/Practice Test/Manage, maintain, and protect devices/All Questions
Question 1mediummultiple choice
Read the full Manage, maintain, and protect devices explanation →

A company deploys Windows 10 Enterprise devices managed by Microsoft Intune. Users report that after a recent Windows update, the Start menu layout is reset to default on some devices. The company uses a custom Start menu layout XML policy. How should the administrator ensure the custom layout is reapplied automatically after feature updates?

Question 2hardmultiple choice
Read the full Manage, maintain, and protect devices explanation →

A company uses Microsoft Intune to manage Windows 10 devices. They have a compliance policy that requires BitLocker to be enabled. Some devices are marked as non-compliant even though BitLocker appears to be on. The administrator runs 'manage-bde -status' on a non-compliant device and sees that the protection status is 'Protection Off'. What is the most likely cause?

Question 3easymultiple choice
Read the full Manage, maintain, and protect devices explanation →

A company uses Microsoft Intune to manage devices. They want to ensure that when a device is reported as lost or stolen, the IT admin can remotely wipe the device. Which action should the admin take in the Intune console?

Question 4hardmultiple choice
Read the full Manage, maintain, and protect devices explanation →

An organization uses Microsoft Intune to manage Windows 10 devices. They deploy a PowerShell script via Intune to install a custom application. The script runs successfully on some devices but fails on others with error code 0x80070002. What is the most likely cause?

Question 5easymultiple choice
Read the full Manage, maintain, and protect devices explanation →

A company uses Microsoft Intune to manage iOS devices. They want to enforce a policy that requires a passcode of at least 6 characters and auto-lock after 5 minutes. Which configuration profile type should they use?

Question 6mediummulti select
Read the full Manage, maintain, and protect devices explanation →

A company uses Microsoft Intune to manage Windows 10 devices. They need to deploy a line-of-business (LOB) app that is not available in the Microsoft Store. The app is packaged as an .msi file. Which TWO steps are required to deploy this app via Intune?

Question 7hardmulti select
Read the full Manage, maintain, and protect devices explanation →

A company uses Microsoft Intune to manage devices. They have a Windows 10 device that is non-compliant due to missing required updates. The administrator reviews the device and sees the update status shows 'Pending restart'. Which THREE actions should the administrator take to resolve the compliance issue?

Question 8mediummultiple choice
Read the full Manage, maintain, and protect devices explanation →

A company uses Microsoft Intune to manage Windows 10 devices. Users report that after a recent update, some devices are stuck in a reboot loop. The administrator needs to identify devices affected by the issue. Which report in the Microsoft Intune admin center should the administrator use?

Question 9easymultiple choice
Read the full Manage, maintain, and protect devices explanation →

An organization uses Configuration Manager to deploy software updates to Windows 10 devices. The administrator wants to ensure that devices receive updates from the local distribution point rather than the cloud. Which boundary group option should be configured?

Question 10hardmultiple choice
Read the full Manage, maintain, and protect devices explanation →

A company manages 500 Windows 11 devices with Microsoft Intune. They use BitLocker encryption with automatic encryption enabled. Several devices report that encryption did not start. The administrator reviews the devices and finds that they are not compliant with the BitLocker policy. What is the most likely cause?

Question 11mediummultiple choice
Read the full Manage, maintain, and protect devices explanation →

An administrator uses Configuration Manager to manage Windows 10 devices. The administrator wants to deploy a custom Windows application as an Application model deployment type. The application requires a reboot. Which deployment purpose should the administrator use to allow users to control the installation timing?

Question 12hardmultiple choice
Read the full Manage, maintain, and protect devices explanation →

A company uses Microsoft Intune to manage iOS devices. The administrator configures a device compliance policy that requires a minimum OS version of 15.0. Users report that devices running iOS 14.8 are marked non-compliant even after updating to iOS 15.0. What is the most likely cause?

Question 13mediummulti select
Read the full Manage, maintain, and protect devices explanation →

A company uses Microsoft Intune to manage Windows 10 devices. The administrator needs to configure Windows Defender Firewall rules via a device configuration profile. Which TWO settings can be configured?

Question 14hardmulti select
Read the full Manage, maintain, and protect devices explanation →

An organization uses Configuration Manager to manage Windows 10 devices. The administrator is configuring a phased deployment for a software update. Which THREE conditions can be used to define the phases?

Question 15hardmultiple choice
Read the full Manage, maintain, and protect devices explanation →

A company applies the above BitLocker policy to Windows 10 devices via Intune. An administrator discovers that some devices are not encrypting. The administrator checks a device and finds that it has no TPM chip. Which setting in the policy will cause encryption to fail?

Exhibit

Refer to the exhibit.

```json
{
  "bitlocker": {
    "encryptionMethod": "AES 256",
    "requireTpm": true,
    "requireStartupPin": true,
    "requireStartupKey": false,
    "recoveryKeyRotation": "AzureADOnly",
    "enableRecoveryInformationSaveToAzureAD": true
  }
}
```
Question 16easymultiple choice
Read the full Manage, maintain, and protect devices explanation →

An administrator runs the above PowerShell command on a Windows 10 device managed by Microsoft Defender for Endpoint. The device is reporting as healthy in the security console. Based on the output, which protection feature is disabled?

Exhibit

Refer to the exhibit.

```
PowerShell Output:

PS C:\> Get-MpComputerStatus | Select-Object AMServiceEnabled, AntivirusEnabled, RealTimeProtectionEnabled, IoavProtectionEnabled

AMServiceEnabled        : True
AntivirusEnabled        : True
RealTimeProtectionEnabled : False
IoavProtectionEnabled   : True
```
Question 17mediummultiple choice
Read the full Manage, maintain, and protect devices explanation →

A company uses Microsoft Intune to manage Windows 10 devices. The security team reports that several devices are missing critical security updates. You need to ensure that devices install updates within 7 days of release. What should you configure?

Question 18hardmultiple choice
Read the full Manage, maintain, and protect devices explanation →

A user reports that their Windows 10 device is not receiving policies from Microsoft Intune. The device shows as 'Not compliant' in the Intune console. You run the Get-MgDeviceManagementManagedDevice cmdlet and see that the device is enrolled and appears in the list. However, the LastSyncTime is 14 days ago. What is the most likely cause?

Question 19easymultiple choice
Read the full Manage, maintain, and protect devices explanation →

You are deploying Microsoft Defender for Endpoint to Windows 10 devices managed by Microsoft Intune. After onboarding, you need to verify that the sensor is running. Which cmdlet should you use on the device?

Question 20mediummultiple choice
Read the full Manage, maintain, and protect devices explanation →

A company uses Microsoft Intune to manage iOS/iPadOS devices. The compliance policy requires a minimum OS version of 15.0. A user reports that their iPad running iOS 14.8 cannot access company email and shows as non-compliant. However, the device is up to date with the latest available OS for that hardware. What should you do to allow the device to access email while maintaining security?

Question 21hardmultiple choice
Read the full Manage, maintain, and protect devices explanation →

You are troubleshooting a Windows 10 device that is enrolled in Microsoft Intune. The device shows as 'Pending' in the Intune console. The user confirms that the device was enrolled using a provisioning package. Which log file should you review to diagnose the enrollment failure?

Question 22mediummulti select
Read the full Manage, maintain, and protect devices explanation →

You are configuring Microsoft Intune to manage Windows 10 devices. Which TWO actions are required to enable BitLocker encryption on devices?

Question 23hardmulti select
Read the full Manage, maintain, and protect devices explanation →

You manage a hybrid Azure AD joined environment with Microsoft Intune. You need to migrate Group Policy objects (GPOs) to Intune policies for Windows 10 devices. Which THREE tools or methods should you use?

Question 24mediummultiple choice
Read the full Manage, maintain, and protect devices explanation →

You have the following JSON compliance policy for Windows 10 devices in Intune. A device with OS version 10.0.19042.0, build 19042, with BitLocker enabled, Secure Boot enabled, but Code Integrity disabled reports as non-compliant. Which setting is causing the non-compliance?

Exhibit

Refer to the exhibit.

```
{
  "compliance": {
    "deviceHealth": {
      "windows": {
        "minimumOsVersion": "10.0.19041.0",
        "maximumOsVersion": "10.0.19045.0",
        "minimumOsBuild": "19041",
        "maximumOsBuild": "19045",
        "requireDeviceEncryption": true,
        "requireSecureBoot": true,
        "requireCodeIntegrity": true
      }
    }
  }
}
```
Question 25mediummultiple choice
Read the full Manage, maintain, and protect devices explanation →

A company uses Microsoft Intune to manage Windows 10 devices. They need to ensure that only devices with BitLocker enabled can access corporate email via Exchange Online. Which configuration should the administrator use to enforce this requirement?

Question 26easymultiple choice
Read the full Manage, maintain, and protect devices explanation →

A technician is troubleshooting a Windows 11 device that is enrolled in Intune. The device reports as 'Not compliant' due to missing required updates. The administrator runs the following command on the device and receives the output shown. What should the administrator do next to resolve the compliance issue?

Question 27hardmultiple choice
Read the full NAT/PAT explanation →

You are a Microsoft 365 Endpoint Administrator for a global organization with 5,000 Windows 11 devices managed by Intune. The company has a strict security policy requiring that all devices have BitLocker enabled with TPM validation, PIN, and startup key. Currently, only 80% of devices are compliant with BitLocker. After investigating, you discover that many non-compliant devices are older models that lack TPM 2.0, but they do have TPM 1.2. Additionally, some devices are virtual machines (VMs) that do not have a TPM at all. The security team insists that all devices must be encrypted, but they are willing to accept alternative configurations for devices without TPM 2.0. You need to propose a solution that maximizes security while ensuring compliance. What should you do?

Question 28mediummultiple choice
Read the full Manage, maintain, and protect devices explanation →

You are a Microsoft 365 Endpoint Administrator for a medium-sized company that uses Intune to manage Windows 10 and iOS devices. The company recently experienced a malware outbreak on several Windows 10 devices. The security team wants to implement a solution that can automatically remediate threats on Windows 10 devices by isolating them from the network and running a full antivirus scan. They also want to be alerted when a threat is detected. You have already configured Microsoft Defender for Endpoint (MDE) and devices are onboarded. What should you configure in Intune to meet these requirements?

Question 29hardmultiple choice
Read the full Manage, maintain, and protect devices explanation →

A company uses Microsoft Intune to manage Windows 10 devices. A user reports that their device is not receiving critical security updates despite being compliant with all update policies. You verify that the device is online and communicating with Intune. Which action should you take to resolve the issue?

Question 30easymulti select
Read the full Manage, maintain, and protect devices explanation →

Which TWO actions are supported by Microsoft Intune for managing macOS devices?

Question 31mediummultiple choice
Read the full Manage, maintain, and protect devices explanation →

You are reviewing a Windows 10 compliance policy in Microsoft Intune. A user with a device running Windows 10 version 20H2 (build 19042.985) reports that the device is marked as non-compliant. The device has a password of length 8, a PIN with 4 characters, Secure Boot enabled, BitLocker enabled, and Windows Defender Firewall active. What is the most likely reason for non-compliance?

Exhibit

Refer to the exhibit.

```json
{
  "deviceCompliancePolicy": {
    "@odata.type": "#microsoft.graph.windows10CompliancePolicy",
    "description": null,
    "displayName": "Windows 10 Compliance Policy",
    "passwordRequired": true,
    "passwordMinimumLength": 6,
    "passwordRequiredType": "deviceDefault",
    "passwordMinimumCharacterSetCount": 1,
    "osMinimumVersion": "10.0.19041.0",
    "osMaximumVersion": null,
    "secureBootEnabled": true,
    "storageRequireEncryption": true,
    "activeFirewallRequired": true
  }
}
```
Question 32mediumdrag order
Read the full Manage, maintain, and protect devices explanation →

Arrange the steps to troubleshoot a Windows 10 device failing to enroll in Microsoft Intune.

Drag steps to the numbered slots on the right, or tap a step then tap a slot.

Steps
Order
1Step 1
2Step 2
3Step 3
4Step 4
5Step 5
Question 33mediumdrag order
Read the full Manage, maintain, and protect devices explanation →

Arrange the steps to troubleshoot a BitLocker recovery key prompt on a Windows 10 device.

Drag steps to the numbered slots on the right, or tap a step then tap a slot.

Steps
Order
1Step 1
2Step 2
3Step 3
4Step 4
5Step 5
Question 34mediummatching
Read the full Manage, maintain, and protect devices explanation →

Match each Windows 10/11 edition to its applicable Microsoft 365 feature.

Drag a concept onto its matching description — or click a concept then click the description.

Concepts
Matches

Supports MDM and basic compliance policies

Full feature set including Windows Defender Application Guard

Similar to Enterprise but for academic institutions

Pro features with education-specific settings

Not supported for MDM enrollment

Question 35mediummatching
Read the full Manage, maintain, and protect devices explanation →

Match each Microsoft 365 Apps update channel to its description.

Drag a concept onto its matching description — or click a concept then click the description.

Concepts
Matches

Monthly updates with new features first

Monthly security and quality updates

Updates twice a year (January and July)

Early access to upcoming features

Insider builds for testing

Practice tests

Scored 10-question sessions with instant feedback and explanations.

MD-102 Practice Test 1 — 10 Questions→MD-102 Practice Test 2 — 10 Questions→MD-102 Practice Test 3 — 10 Questions→MD-102 Practice Test 4 — 10 Questions→MD-102 Practice Test 5 — 10 Questions→MD-102 Practice Exam 1 — 20 Questions→MD-102 Practice Exam 2 — 20 Questions→MD-102 Practice Exam 3 — 20 Questions→MD-102 Practice Exam 4 — 20 Questions→Free MD-102 Practice Test 1 — 30 Questions→Free MD-102 Practice Test 2 — 30 Questions→Free MD-102 Practice Test 3 — 30 Questions→MD-102 Practice Questions 1 — 50 Questions→MD-102 Practice Questions 2 — 50 Questions→MD-102 Exam Simulation 1 — 100 Questions→

Practice by domain

Each domain maps to a weighted exam section. Focus on the domain where you are weakest.

Prepare infrastructure for devicesManage and maintain devicesManage applicationsProtect devicesDeploy Windows clientManage identity and complianceManage, maintain, and protect devices

Practice by scenario

Filter questions by type — troubleshooting, exhibit, drag-and-drop, PBQ, ACLs, OSPF, and more.

Browse scenarios→

Continue studying

All Manage, maintain, and protect devices setsAll Manage, maintain, and protect devices questionsMD-102 Practice Hub