Forum Discussion
NidalT
May 27, 2020Brass Contributor
Report on MFA Status with Conditional Access
Is there any effective way to get a report of the actual MFA state of your users? I mean, the individual MFA state as well as MFA enabled via Conditional Access. It's easy to report on the individu...
SimonBrown
Sep 25, 2022Copper Contributor
Another flaw with the https://github.com/admindroid-community/powershell-scripts/blob/master/Export%20MFA%20Status%20Report%20using%20MS%20Graph/GetMFAStatusReport.ps1 is that it only report the admin status for users who are actively assigned admin roles. If users are eligible for use through PIM, it does not recognise them as admin accounts.
This will require use of the AzureADPreview module by the looks of it. I am not opening that can of worms today.