MD-102 • Practice Test 29
Free MD-102 practice test — 15 questions with explanations. Set 29. No signup required.
Refer to the exhibit. You are deploying a custom OMA-URI policy to Windows 10 devices. What is the effect of this policy?
Refer to the exhibit.
{
"@odata.type": "#microsoft.graph.windows10ConfigurationPolicy",
"displayName": "Custom Policy",
"omaSettings": [
{
"@odata.type": "#microsoft.graph.omaSettingString",
"displayName": "Enable telemetry",
"description": null,
"omaUri": "./Vendor/MSFT/Policy/Config/System/AllowTelemetry",
"value": "2"
},
{
"@odata.type": "#microsoft.graph.omaSettingString",
"displayName": "Disable Cortana",
"description": null,
"omaUri": "./Vendor/MSFT/Policy/Config/Experience/AllowCortana",
"value": "0"
}
]
}