Courseiva

MS-900

Study mode — explanations shown

1

Describe Microsoft 365 apps and services

easy

Refer to the exhibit. You have a Conditional Access policy as shown. A user reports they cannot access Exchange Online from a non-compliant device. What is the most likely reason?

Exhibit

Refer to the exhibit.
```json
{
  "displayName": "Block access for non-Microsoft Entra ID users",
  "state": "enabled",
  "conditions": {
    "applications": {
      "includeApplications": ["Office365"]
    },
    "users": {
      "includeUsers": ["All"]
    }
  },
  "grantControls": {
    "builtInControls": ["mfa", "compliantDevice"]
  }
}
```
0 of 180 answered