Install ADFS on Azure VM step by step

Reset MFA for a office 365 user using powershell - (Reset-MsolStrongAuthenticationMethodByUpn)

How to reset MFA for office 365 user using Powershell?



If you search the internet for an article related to reset Azure Multi-Factor Authentication (MFA) you would most probably come across the old method, but a new CMD is available in MSOnline PowerShell module which can be utilized to reset the MFA.

NOTE: You need the Global Admin or Authentication administrator role assigned to run this CMD.

If you do not see this cmd in your powershell session make sure to update your module by running the following CMD (need local admin rights)

Install-Module MSOnline

and then the following CMD can be run.

Reset-MsolStrongAuthenticationMethodByUpn -UserPrincipalName sunil@mydomain.com

If you are still using the old method I hope this will help you to quickly reset the MFA for users.

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

Comments

  1. thank you sir :) ...... it really helpful..

    ReplyDelete
  2. EdbMails Office 365 migration tool is fully flexible, versatile and a powerful migration tool for rapid Office 365 migrations. It supports tenant to tenant Office 365 migration, Exchange to Office 365, Public folder, Shared, Archive mailboxes and a host of others. You must definitely use this tool if you are stuck with Office 365 migration or want to save precious time without migration downtime or other issues.
    The tool is loaded with features and there is no complaining about that. It is fast and simple to use without much technicalities. The user-rich GUI makes it highly appealing and reduces the efforts required to perform the migration. There’s no doubt that it is also very secure as it uses OAuth modern authentication for login and does not store any of your details.

    Visit: https://www.edbmails.com/pages/office-365-migration-tool.html

    ReplyDelete

Post a Comment