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