Forum Discussion
Dri20
Jul 30, 2021Copper Contributor
Indicator of % of users with MFA
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?
- 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/menuId/AuthMethodsActivity
3- AAD portal > Security > Authentication methods > Activity
Hope this will help you.
Cheers.
3 Replies
Sort By
- JosePinos55Brass ContributorHello 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/ - MZyarahBrass ContributorHi,
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/menuId/AuthMethodsActivity
3- AAD portal > Security > Authentication methods > Activity
Hope this will help you.
Cheers. - RGijsbersRademakersIron ContributorHi 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