List Users By Mfa Methods Count
Report users by the count of their registered MFA methods
Last updated
Was this helpful?
Report users by the count of their registered MFA methods
This Runbook retrieves a list of users from Azure AD and counts their registered MFA authentication methods. As a dropdown for the MFA methods count range, you can select from "0 methods (no MFA)", "1-3 methods", "4-5 methods", or "6+ methods". The output includes the user display name, user principal name, and the count of registered MFA methods.
Organization → Security → List Users By MFA Methods Count
Full Runbook name
rjgit-org_security_list-users-by-MFA-methods-count
Type: Microsoft Graph
User.Read.All
UserAuthenticationMethod.Read.All
Range for filtering users based on the count of their registered MFA methods.
Required
true
Default Value
Type
String
Last updated
Was this helpful?
Was this helpful?