Please suggest a command to reset MFA.

Gurudas 951 Reputation points
2022-04-27T05:45:52.583+00:00

Hello Team,

Please suggest a command to reset MFA.

Reset-MsolStrongAuthenticationMethodByUpn -UserPrincipalName "john.dave@Company portal .com"

Thank you in advance :)

Windows for business | Windows Server | User experience | PowerShell
Microsoft Security | Microsoft Entra | Microsoft Entra ID
0 comments No comments
{count} votes

Accepted answer
  1. T. Kujala 8,766 Reputation points
    2022-04-27T05:53:16.433+00:00

    Hi @GurudasSatardekar,

    The command you provided is good.

    Reset-MsolStrongAuthenticationMethodByUpn -UserPrincipalName ******@mydomain.com

    Just go ahead. :)

    https://learn.microsoft.com/en-us/powershell/module/msonline/reset-msolstrongauthenticationmethodbyupn?view=azureadps-1.0

    https://learn.microsoft.com/en-us/answers/questions/238468/bulk-reset-mfa-method-via-powershell.html

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Siva-kumar-selvaraj 15,721 Reputation points
    2022-04-27T16:24:32.397+00:00

    Thanks @GurudasSatardekar and @T. Kujala for leveraging Microsoft Forum. Thanks.

    1 person found this answer helpful.
    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.