MD-102 Manage and maintain devices Practice Question
Exhibit
Refer to the exhibit.
{
"@odata.type": "#microsoft.graph.windows10GeneralConfiguration",
"displayName": "Windows 11 Security Baseline",
"description": "Custom security settings",
"passwordRequire": true,
"passwordMinimumLength": 10,
"passwordExpirationDays": 90,
"passwordPreviousPasswordBlockCount": 24,
"passwordMinutesOfInactivityBeforeScreenTimeout": 15,
"allowCopyPaste": false,
"allowCamera": false,
"allowBluetooth": false,
"allowVPNOverCellular": false,
"allowStorageCard": false,
"allowWiFi": true
}You apply the custom policy shown in the exhibit to a Windows 11 device. Users report that they cannot use Bluetooth devices (e.g., mouse, keyboard) after the policy applies. Which setting in the policy is causing this issue?
⚠ Common exam trap
Candidates often confuse `allowBluetooth` with other device restriction policies (like camera or storage) or assume Bluetooth issues are caused by a network or driver problem, rather than recognizing the specific CSP policy that directly disables the Bluetooth radio.
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
✓
allowBluetooth set to false
The `allowBluetooth` setting set to `false` explicitly disables the Bluetooth radio on the device, preventing any Bluetooth peripherals (mouse, keyboard, etc.) from pairing or connecting. This is a common policy in Windows CSP (Policy CSP – Bluetooth/AllowBluetooth) that controls the Bluetooth stack at the OS level, and setting it to false blocks all Bluetooth functionality.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✓
allowBluetooth set to false
Why this is correct
Disabling Bluetooth prevents all Bluetooth devices from connecting.
- ✗
allowStorageCard set to false
Why it's wrong here
This disables SD card usage, not Bluetooth.
- ✗
allowCopyPaste set to false
Why it's wrong here
This disables copy-paste functionality, not Bluetooth.
- ✗
allowCamera set to false
Why it's wrong here
This only disables the camera, not Bluetooth.
Go deeper
Related to this question
Learn chapter
Enrolling Devices with Microsoft Intune
Key term
Policy
A policy is a set of rules or guidelines that defines how an organization manages, secures, and operates its IT systems and services.
Key term
Windows 11
Windows 11 is Microsoft's latest desktop operating system, offering a redesigned interface, enhanced security features, and improved support for modern hardware.
About these practice questions
One of 942 original MD-102 practice questions on Courseiva, each with a full explanation and wrong-answer analysis — not exam dumps or protected exam content. Learn why practice questions differ from exam dumps →
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.