Skip to content

Commit 6b373ee

Browse files
Merge pull request #209448 from kotetz/patch-1
Update multi-factor-authentication-enforcement.md
2 parents 39205e1 + 9972848 commit 6b373ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/defender-for-cloud/multi-factor-authentication-enforcement.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ To see which accounts don't have MFA enabled, use the following Azure Resource G
6161
```kusto
6262
securityresources
6363
| where type == "microsoft.security/assessments"
64-
| where properties.displayName == "MFA should be enabled on accounts with owner permissions on your subscription"
64+
| where properties.displayName == "MFA should be enabled on accounts with owner permissions on subscriptions"
6565
| where properties.status.code == "Unhealthy"
6666
```
6767

0 commit comments

Comments
 (0)