Forum Discussion
Ashok42
Nov 06, 2020Copper Contributor
Are there any Azure AD v2 powershell commandlets for MFA ?
Not sure if this is question asked by someone before? I am new to Azure AD and trying to figure out the MFA strong authentication methods enabled for an user as part of MFA troubleshooting. But could not find any commands. Is intentionally microsoft not included in MFA related interface in Azure AD v2 module ?
2 Replies
Sort By
There's nothing in the AAD PowerShell module for this, you can use the good old MSONline module as suggested above, or do direct Graph API calls: https://docs.microsoft.com/en-us/graph/api/resources/authenticationmethods-usage-insights-overview?view=graph-rest-beta
- ChristianBergstromSilver Contributor
Ashok42 Hi, you can use the Get-MsolUserByStrongAuthentication https://docs.microsoft.com/en-us/powershell/module/msonline/get-msoluserbystrongauthentication?view=azureadps-1.0
Maybe you'll find this useful https://gallery.technet.microsoft.com/Export-Office-365-Users-81747c73