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?
- Jul 30, 2021Hi,
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.
JosePinos55
Aug 06, 2021MCT
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/
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/