MD-102 Manage and maintain devices • Set 9
MD-102 Manage and maintain devices Practice Test 9 — 15 questions with explanations. Free, no signup.
Refer to the exhibit. The ARM template snippet attempts to deploy a Windows 10 Security Baseline policy in Intune. The deployment fails. What is the most likely reason?
{
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
"contentVersion": "1.0.0.0",
"resources": [
{
"type": "Microsoft.Intune/configurationPolicies",
"apiVersion": "2025-05-01",
"name": "Win10-Security-Baseline",
"properties": {
"templateReference": {
"templateId": "Microsoft.Windows10.SecurityBaseline"
},
"settings": [
{
"settingInstance": {
"choiceSettingValue": {
"value": "Microsoft.Windows10.SecurityBaseline.BlockUserFromModifyingAccountPolicies"
}
}
}
]
}
}
]
}