SOLVED

Indicator of % of users with MFA

Copper Contributor

Indicator of % of users with MFA

Dear ones, how do I extract this information. I want to know the number of users with active MFA (all users including administrators). Can you help me?

3 Replies
Hi Dri20, in the Azure AD portal under authentication methods, you can find the user registration details overview. This should help you in getting the percentages your looking for. Grtz Ruud
best response confirmed by Trevor_Rusher (Community Manager)
Solution
Hi,
You can access using any of below:
1- https://portal.azure.com/#blade/Microsoft_AAD_IAM/AuthMethodsOverviewBlade
2- https://portal.azure.com/#blade/Microsoft_AAD_IAM/AuthenticationMethodsMenuBlade/AuthMethodsActivity...
3- AAD portal > Security > Authentication methods > Activity

Hope this will help you.

Cheers.
Hello Dri20,

There are many ways to achieve this. I would normally run the script below. It works a treat, and will create a csv file with all the information you need.

Credit to Rudy Mens for creating the script/maintaining the site.

https://lazyadmin.nl/powershell/list-office365-mfa-status-powershell/
1 best response

Accepted Solutions
best response confirmed by Trevor_Rusher (Community Manager)
Solution