Export M365 user’s MFA Status

Export MFA Status using PowerShell Script

This is PowerShell script to export list of users with MFA status (detailed) from Microsoft 365 admin center.

You can see the below “How To” tutorial on our YouTube Channel.

YouTube player


Click here

You’ll need to login into MS Online using PowerShell to run the script.

Pre-Requisites

1. PowerShell v5.0 and above

2. Global Admin access of your tenant

3. Install-Module MSOnline

4. Install-Module AzureADPreview

Once ready with the required modules, you can run the following command to connect to your Microsoft 365 tenant.

Connect-MSOlservice

download the script

and run to export MFA status as shown in YouTube article.

Leave a Comment