1
Prepare infrastructure for devices
medium
Refer to the exhibit. An Intune administrator created this device restrictions policy for Windows 10 devices. Which statement about the policy is true?
Exhibit
Refer to the exhibit.
```json
{
"Name": "Windows 10 - Device Restrictions",
"Description": "Block consumer features",
"Settings": [
{
"Setting": "Microsoft Store",
"Value": "Block"
},
{
"Setting": "Cortana",
"Value": "Block"
},
{
"Setting": "Camera",
"Value": "Allow"
}
]
}
```