You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Love the MFA report but can be a bit slow to review each users and check whether they have Enabled account and then check the various MFA types.
Describe the solution you'd like
Some sort of logic that looks for all users that meet the following conditions: "Account Enabled = Yes, AND Conditional MFA = No, AND Per user MFA = No, AND Security Default MFA = No" .... then it applies either a formatting, like a red font, or yellow highlight or something to the specific rows, or uses an additional column that we can sort on that has the overall RED FLAG status.
Describe alternatives you've considered
Painstaking sorting of the list by enabled account or by per user MFA and then looking for exceptions that do not have any sort of MFA and are still enabled.