17 July 2022

Check a user's Azure AD MFA methods and default

Check which methods a user has registered for MFA and what their default MFA method is:

Connect-MsolService
$User = Get-MsolUser -UserPrincipalName joe.bloggs@microsoft.com
$User.StrongAuthenticationMethods

No comments:

Post a Comment