Courseiva
Manage and maintain deviceshardMultiple ChoiceObjective-mapped

MD-102 Manage and maintain devices Practice Question

Exhibit

{
  "@odata.type": "#microsoft.graph.windows10GeneralConfiguration",
  "id": "00000000-0000-0000-0000-000000000000",
  "displayName": "Windows 10 Security Baseline",
  "description": "Custom security settings",
  "passwordRequired": true,
  "passwordMinimumLength": 8,
  "passwordExpirationDays": 90,
  "passwordPreviousPasswordBlockCount": 5,
  "passwordRequiredType": "alphanumeric",
  "passwordSignInFailureCountBeforeReset": 10,
  "passwordBlockSimple": true,
  "bitLockerEncryptionMethod": "aes256",
  "bitLockerDisableWarningForOtherDiskEncryption": false
}

Refer to the exhibit. You are reviewing an Intune configuration profile JSON for Windows 10. The profile includes BitLocker settings. Which setting will prevent users from enabling BitLocker if another encryption method is already in use?

⚠ Common exam trap

Test-takers frequently confuse bitLockerDisableWarningForOtherDiskEncryption with a simple warning toggle, not realizing that setting it to false actively blocks BitLocker enablement when other encryption is detected, while setting it to true allows BitLocker to proceed without warning.

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

bitLockerDisableWarningForOtherDiskEncryption set to false

Setting bitLockerDisableWarningForOtherDiskEncryption to false means that BitLocker will display a warning and block enabling BitLocker if another disk encryption method (such as third-party encryption) is detected on the drive. This setting enforces the requirement to prevent users from enabling BitLocker when another encryption solution is already active, ensuring compliance and avoiding conflicts.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • bitLockerEncryptionMethod set to aes256

    Why it's wrong here

    This just sets the encryption algorithm.

  • passwordRequired set to true

    Why it's wrong here

    This is about device password, not BitLocker.

  • bitLockerDisableWarningForOtherDiskEncryption set to false

    Why this is correct

    When false, the warning is shown and BitLocker will not enable if other encryption exists.

  • bitLockerDisableWarningForOtherDiskEncryption set to true

    Why it's wrong here

    When true, the warning is disabled and BitLocker can enable even if other encryption exists.

Go deeper

Related to this question

About these practice questions

Courseiva writes every MD-102 question from scratch — 942 in total, each with an explanation and a wrong-answer breakdown. None are copied from real exams or dumps. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

JA

Written by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

This MD-102 practice question is part of Courseiva's free Microsoft certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the MD-102 exam.