Forum Discussion
techrunner4eva
Nov 09, 2022Copper Contributor
List of users on MFA that have more than one device under their name
My first time posting anything on any forum tbh. Is it possible to generate a report to see the list of users on MFA that have more than one device under their name? I have scoured the internet bu...
techrunner4eva
Nov 10, 2022Copper Contributor
Thanks for the quick update Vasil. I should have been more specific in relation to how I want the report generated.
Is there anyway to get this done using Powershell Scripts?
Is there anyway to get this done using Powershell Scripts?
VasilMichev
Nov 10, 2022MVP
The Microsoft Graph SDK for PowerShell is practically a wrapper for Graph queries, so you can use the same method with it. For example, Get-MgUserAuthenticationMethod.